Interface SuperAwesomeOptions.InterstitialNetworkOption

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract SuperAwesomeOptions.Orientation getOrientation() set the desired orientation to show the Ad in, note that your app must support the specified orientation.
      abstract Unit setOrientation(SuperAwesomeOptions.Orientation orientation) set the desired orientation to show the Ad in, note that your app must support the specified orientation.
      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.
      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.
      • 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