AdropPopupAd
Popup ad class responsible for requesting popup ads and displaying them to the user.
Public constructors
AdropPopupAd(context: Context, unitId: String)
Requires Context and Ad unit ID
Public functions
fun load()
Requests an ad from Adrop using the Ad unit ID of the AdropPopupAd.
fun show(activity)
Show an ad from Adrop using the Ad unit ID of the AdropPopupAd.
Must be fully loaded before show is called.
Public properties
unitId
Get Ad unit ID of the AdropPopupAd.
isLoaded
Determine if ad is fully loaded.
popupAdListener
Attach AdropPopupAdListener to this property.
closeTextColor
Customize text color of close button.
hideForTodayTextColor
Customize text color of hide for today button.
backgroundColor
Customize background color of buttons.
Last updated