Native ad callbacks for a mediation adapter to communicate back to the Google Mobile Ads SDK. Mediation adapters must send these callbacks so that they can be forwarded to the publisher.
| abstract void |
onAdLeftApplication()
Notifies the Google Mobile Ads SDK that the ad has caused the user to leave the
application (for example, opened a browser).
|
| abstract void |
onVideoComplete()
Notifies the Google Mobile Ads SDK that a video ad has completed playing.
|
| abstract void |
onVideoMute()
Notifies the Google Mobile Ads SDK that a video ad is muted.
|
| abstract void |
onVideoPause()
Notifies the Google Mobile Ads SDK that a video ad is paused.
|
| abstract void |
onVideoPlay()
Notifies the Google Mobile Ads SDK that a video ad is playing.
|
| abstract void |
onVideoUnmute()
Notifies the Google Mobile Ads SDK that a video ad is unmuted.
|
Notifies the Google Mobile Ads SDK that the ad has caused the user to leave the application (for example, opened a browser).
Notifies the Google Mobile Ads SDK that a video ad has completed playing.
Notifies the Google Mobile Ads SDK that a video ad is muted.
Notifies the Google Mobile Ads SDK that a video ad is paused.
Notifies the Google Mobile Ads SDK that a video ad is playing.
Notifies the Google Mobile Ads SDK that a video ad is unmuted.