com.google.android.gms.ads.mediation.NativeMediationAdRequest |
Information about the native ad to fetch for a single publisher. The information is passed through to the ad network's native ad adapter.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns ad volume as a fraction of system volume.
| |||||||||||
Returns the
NativeAdOptions provided with the native ad request. | |||||||||||
Returns whether ad is muted.
| |||||||||||
Returns whether an app install ad is requested or not.
| |||||||||||
Returns whether a content ad is requested or not.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns ad volume as a fraction of system volume. Value will be between 0 and 1 inclusive.
Returns | |
---|---|
float |
Returns the NativeAdOptions
provided with the native ad request. It returns null if
NativeAdOptions
are not provided.
Returns | |
---|---|
NativeAdOptions |
Returns whether ad is muted.
Returns | |
---|---|
boolean |
Returns whether an app install ad is requested or not.
Returns | |
---|---|
boolean |
Returns whether a content ad is requested or not.
Returns | |
---|---|
boolean |