InterstitialNetworkOption class abstract
Interface for interstitial network options, extending NetworkOptions.
- Inheritance
 - 
    
- Object
 - NetworkOptions
 - InterstitialNetworkOption
 
 - Implementers
 
Constructors
Properties
- bumperPageCustomAppName ↔ String?
 - 
  Set app name to be displayed on the bumper page. By default, the Bumper page displays the application name.
  getter/setter pairinherited
 - bumperPageEnabled ↔ bool?
 - 
  The Bumper page is a customizable dialog that notifies the user when they are about to leave a kid-safe place and proceed to an external website.
Disabled by default.
  getter/setter pairinherited
 - closeButtonState ↔ SuperAwesomeCloseButtonState?
 - 
  Set whether the close button should be displayed after delay or immediately.
The close button is displayed after a 1 second delay by default on interstitial ads unless settings are changed to disable it.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - orientation ↔ SuperAwesomeOrientation?
 - 
  Set the desired orientation to show the Ad in, note that your app must support the specified orientation.
  getter/setter pair
 - parentalGateEnabled ↔ bool?
 - 
  The Parental gate is a dialog that appears when a user clicks on an ad, disabled by default.
Recommended to set it to true if the app is in the kids category.
  getter/setter pairinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited