InterstitialAdOptions constructor
Implementation
InterstitialAdOptions({
bool parentalGateEnabled = false,
bool bumperPageEnabled = false,
String? bumperPageCustomAppName,
SuperAwesomeOrientation? orientation = SuperAwesomeOrientation.any,
SuperAwesomeCloseButtonState? closeButtonState =
SuperAwesomeCloseButtonState.enabled,
}) {
this.parentalGateEnabled = parentalGateEnabled;
this.bumperPageEnabled = bumperPageEnabled;
this.bumperPageCustomAppName = bumperPageCustomAppName;
this.orientation = orientation;
this.closeButtonState = closeButtonState;
}