Class SuperAwesomeOptions.InterstitialAdOptions

    • Method Detail

      • getParentalGateEnabled

         Boolean getParentalGateEnabled()

        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 kids category.

      • setParentalGateEnabled

         Unit setParentalGateEnabled(Boolean parentalGateEnabled)

        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 kids category.

      • getBumperPageEnabled

         Boolean getBumperPageEnabled()

        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.

      • setBumperPageEnabled

         Unit setBumperPageEnabled(Boolean bumperPageEnabled)

        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.

      • getBumperPageCustomAppName

         String getBumperPageCustomAppName()

        Set app name to be displayed on the bumper page. By default, the Bumper page displays the application name.

      • setBumperPageCustomAppName

         Unit setBumperPageCustomAppName(String bumperPageCustomAppName)

        Set app name to be displayed on the bumper page. By default, the Bumper page displays the application name.

      • getBumperPageLogo

         Drawable getBumperPageLogo()

        Set logo to be displayed on the bumper page. By default, the Bumper page displays the AwesomeAds logo

      • setBumperPageLogo

         Unit setBumperPageLogo(Drawable bumperPageLogo)

        Set logo to be displayed on the bumper page. By default, the Bumper page displays the AwesomeAds logo

      • getCloseButtonState

         SuperAwesomeOptions.CloseButtonState getCloseButtonState()

        Set wether 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.

      • setCloseButtonState

         Unit setCloseButtonState(SuperAwesomeOptions.CloseButtonState closeButtonState)

        Set wether 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.