Class SuperAwesomeOptions.BannerOptions

    • Constructor Detail

      • SuperAwesomeOptions.BannerOptions

        SuperAwesomeOptions.BannerOptions(Boolean parentalGateEnabled, Boolean bumperPageEnabled, String bumperPageCustomAppName, Drawable bumperPageLogo, Boolean isBackgroundTransparent)
      • SuperAwesomeOptions.BannerOptions

        SuperAwesomeOptions.BannerOptions()
    • 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