Package com.intentsoftware.addapptr
Interface SuperAwesomeOptions.InterstitialNetworkOption
-
- All Implemented Interfaces:
-
com.intentsoftware.addapptr.SuperAwesomeOptions.NetworkOptions
public interface SuperAwesomeOptions.InterstitialNetworkOption implements SuperAwesomeOptions.NetworkOptions
-
-
Method Summary
Modifier and Type Method Description abstract SuperAwesomeOptions.OrientationgetOrientation()set the desired orientation to show the Ad in, note that your app must support the specified orientation. abstract UnitsetOrientation(SuperAwesomeOptions.Orientation orientation)set the desired orientation to show the Ad in, note that your app must support the specified orientation. abstract SuperAwesomeOptions.CloseButtonStategetCloseButtonState()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. abstract UnitsetCloseButtonState(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. -
Methods inherited from class com.intentsoftware.addapptr.SuperAwesomeOptions.NetworkOptions
getBumperPageCustomAppName, getBumperPageEnabled, getBumperPageLogo, getParentalGateEnabled, setBumperPageCustomAppName, setBumperPageEnabled, setBumperPageLogo, setParentalGateEnabled -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOrientation
abstract SuperAwesomeOptions.Orientation getOrientation()
set the desired orientation to show the Ad in, note that your app must support the specified orientation.
-
setOrientation
abstract Unit setOrientation(SuperAwesomeOptions.Orientation orientation)
set the desired orientation to show the Ad in, note that your app must support the specified orientation.
-
getCloseButtonState
abstract 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
abstract 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.
-
-
-
-