AdropNativeAd
Native ad class responsible for requesting native ads.
Public constructors
AdropNativeAd(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 AdropNativeAd.
Public properties
unitId
Get Ad unit ID of the AdropNativeAd.
isLoaded
Determine if ad is fully loaded.
listener
Attach AdropNativeAdListener to this property.
icon
Get the icon image of native ads
cover
Get the cover image of native ads
headline
Get the headline of native ads
body
Get the body of native ads
destinationURL
Get the destination url of native ads
advertiserURL
Get the advertiser url of native ads
accountTag
Get the account tag of native ads
creativeTag
Get the creative tag of native ads
advertiser
Get the advertiser of native ads
Last updated