This interface is deprecated.
Use Adapter and
MediationNativeAdConfiguration instead.
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()
This method is deprecated. Use
getNativeAdRequestOptions().
|
| abstract NativeAdOptions |
getNativeAdRequestOptions()
Returns the
NativeAdOptions
provided with the native ad request.
|
| abstract boolean |
isAdMuted()
Returns whether ad is muted.
|
| 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.
This method is deprecated.
Use
getNativeAdRequestOptions().
Returns the NativeAdOptions
provided with the native ad request. It returns null if NativeAdOptions
are not provided.
Returns the NativeAdOptions
provided with the native ad request.
Returns whether ad is muted.
Returns whether an unified native ad is requested or not.