Information about the native ad to fetch for a single publisher. The information is passed through to the ad network's native ad adapter.
| abstract float |
getAdVolume()
Returns ad volume as a fraction of system volume.
|
| abstract NativeAdOptions |
getNativeAdOptions()
Returns the
NativeAdOptions
provided with the native ad request.
|
| abstract boolean |
isAdMuted()
Returns whether ad is muted.
|
| abstract boolean |
isAppInstallAdRequested()
Returns whether an app install ad is requested or not.
|
| abstract boolean |
isContentAdRequested()
Returns whether a content ad is requested or not.
|
| abstract boolean |
isUnifiedNativeAdRequested()
Returns whether an unified native ad is requested or not.
|
Returns ad volume as a fraction of system volume. Value will be between 0 and 1 inclusive.
Returns the NativeAdOptions
provided with the native ad request. It returns null if NativeAdOptions
are not provided.
Returns whether ad is muted.
Returns whether an app install ad is requested or not.
Returns whether a content ad is requested or not.
Returns whether an unified native ad is requested or not.