Class AppNexusOptions

  • All Implemented Interfaces:

    
    public final class AppNexusOptions
    
                        

    AppNexus specific configuration

    • Constructor Detail

      • AppNexusOptions

        AppNexusOptions(Integer autoCloseTime, Boolean supportNativeBanner, Boolean supportVideoBanner)
    • Method Detail

      • getAutoCloseTime

         final Integer getAutoCloseTime()

        A delay in seconds after which a full-screen ad will be dismissed. Default value is null.

      • setAutoCloseTime

         final Unit setAutoCloseTime(Integer autoCloseTime)

        A delay in seconds after which a full-screen ad will be dismissed. Default value is null.

      • setSupportNativeBanner

         final Unit setSupportNativeBanner(Boolean supportNativeBanner)

        A Boolean that describes if Banner Ad can serve a Native Ad, default is false.

      • setSupportVideoBanner

         final Unit setSupportVideoBanner(Boolean supportVideoBanner)

        A Boolean that describes if Banner Ad can serve Video Ads, default is false.