com.applovin.nativeAds.AppLovinNativeAd |
Defines an in-content ad which should be rendered by you into a custom view that matches the look and feel of your application.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve a unique identifier for this ad, which can be provided to AppLovin should you see issues with this particular ad.
| |||||||||||
Retrieve the caption of the application being advertised.
| |||||||||||
This method is deprecated.
Use
launchClickTarget() rather than opening this URL yourself.
| |||||||||||
Retrieve the call-to-action / button text of the application being advertised.
| |||||||||||
Retrieve the description of the application being advertised.
| |||||||||||
Retrieve the URL of an image containing the launcher icon of the application being advertised
| |||||||||||
Retrieve the URL of an image containing a promotional image or screenshot of the application being advertised.
| |||||||||||
Retrieve the URL which should be fired upon ad impression.
| |||||||||||
Retrieve the URL of an image containing the current Google Play star rating of the application being advertised.
| |||||||||||
Retrieve the title of the application being advertised.
| |||||||||||
Retrieve the URL which should be fired upon video completion.
| |||||||||||
Retrieve the URL which should be fired upon video start.
| |||||||||||
Retrieve the URL of a promotional video, if this ad contains a video.
| |||||||||||
Check whether or not all image assets for this ad have been precached.
| |||||||||||
Check whether or not this ad's video have been precached.
| |||||||||||
Handle a click on this native ad by launching the ad's destination.
|
Retrieve a unique identifier for this ad, which can be provided to AppLovin should you see issues with this particular ad.
Retrieve the caption of the application being advertised. May be null.
This method is deprecated.
Use launchClickTarget()
rather than opening this URL yourself.
Retrieve the URL which should be fired upon ad click.
Retrieve the call-to-action / button text of the application being advertised. May be null.
Retrieve the description of the application being advertised.
Retrieve the URL of an image containing the launcher icon of the application being advertised
Retrieve the URL of an image containing a promotional image or screenshot of the application being advertised.
Retrieve the URL which should be fired upon ad impression.
Retrieve the URL of an image containing the current Google Play star rating of the application being advertised.
Retrieve the title of the application being advertised.
Retrieve the URL which should be fired upon video completion.
percentViewed | The percentage of the video (0 - 100) that was viewed by the user. |
---|
Retrieve the URL which should be fired upon video start.
Retrieve the URL of a promotional video, if this ad contains a video. Not all native advertisements will contain a video. Therefore, may be null.
Check whether or not all image assets for this ad have been precached.
Check whether or not this ad's video have been precached.
Handle a click on this native ad by launching the ad's destination. You should call this method anytime the user taps anywhere on your native ad. Calling this method launches Chrome or the Google Play Store and will result in your app being paused.