java.lang.Object | |
↳ | com.google.android.gms.ads.mediation.NativeAdMapper |
![]() |
Base mapping class for AdMob native ads.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
mExtras | |||||||||||
mOverrideClickHandling | |||||||||||
mOverrideImpressionRecording |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a bundle of extras passed in setExtra method.
| |||||||||||
Returns true if the ad network does click handling on its own.
| |||||||||||
Returns true if the ad network does impression tracking on its own.
| |||||||||||
Subclasses should implement this method if the network requires the developer to explicitly
handle click events of views rendered to screen.
| |||||||||||
Subclasses should implement this method if the network requires the developer to explicitly
record an impression of a view rendered to screen.
| |||||||||||
Sets a bundle of extras containing attributes that are not already attributes of the Google
native ad object.
| |||||||||||
Set to true if the ad network does click handling on its own.
| |||||||||||
Set to true if the ad network does impression tracking on its own.
| |||||||||||
Subclasses should implement this method if the network requires the developer to prepare
state for recording an impression and/or click before a view is rendered to screen.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns true if the ad network does click handling on its own.
Returns true if the ad network does impression tracking on its own.
Subclasses should implement this method if the network requires the developer to explicitly handle click events of views rendered to screen.
Subclasses should implement this method if the network requires the developer to explicitly record an impression of a view rendered to screen.
Sets a bundle of extras containing attributes that are not already attributes of the Google native ad object.
Set to true if the ad network does click handling on its own.
Set to true if the ad network does impression tracking on its own.
Subclasses should implement this method if the network requires the developer to prepare state for recording an impression and/or click before a view is rendered to screen.