Constructors

Link copied to clipboard
constructor(parentalGateEnabled: Boolean? = false, bumperPageEnabled: Boolean? = false, bumperPageCustomAppName: String? = null, bumperPageLogo: Drawable? = null, orientation: SuperAwesomeOptions.Orientation? = Orientation.ANY, closeButtonState: SuperAwesomeOptions.CloseButtonState? = CloseButtonState.ENABLED, closeButtonAtEnd: Boolean = false, smallClickEnabled: Boolean = false, closeButtonWarningEnabled: Boolean = false)
constructor()

Properties

Link copied to clipboard
open override var bumperPageCustomAppName: String?

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

Link copied to clipboard
open override var bumperPageEnabled: Boolean?

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.

Link copied to clipboard
open override var bumperPageLogo: Drawable?

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

Link copied to clipboard

Enable or disable auto-closing at the end

Link copied to clipboard

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.

Link copied to clipboard

Enable or disable close button warning

Link copied to clipboard

set the desired orientation to show the Ad in, note that your app must support the specified orientation.

Link copied to clipboard
open override var parentalGateEnabled: Boolean?

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.

Link copied to clipboard

Enable or disable small click button