com.google.android.gms.ads.reward.mediation.MediationRewardedVideoAdListener |
Callback for an adapter to communicate back to the mediation library. Events must be communicated back for the mediation library to properly manage ad flow.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the ad is clicked.
| |||||||||||
Called when the ad is closed.
| |||||||||||
Called when the ad fails to load.
| |||||||||||
Called when a rewarded video ad leaves the application (e.g., to go to the browser).
| |||||||||||
Called when the ad is loaded.
| |||||||||||
Called when user open the ad.
| |||||||||||
Called when the SDK fails to initialize.
| |||||||||||
Called when the SDK is successfully initialized.
| |||||||||||
Called when the SDK has gather the reward info.
| |||||||||||
Called when the video start to play.
|
Called when the ad is clicked.
Parameters | |
---|---|
adapter |
MediationRewardedVideoAdAdapter
|
Called when the ad is closed.
Parameters | |
---|---|
adapter |
MediationRewardedVideoAdAdapter
|
Called when the ad fails to load.
Parameters | |
---|---|
adapter |
MediationRewardedVideoAdAdapter
|
errorCode |
int
|
Called when a rewarded video ad leaves the application (e.g., to go to the browser).
Parameters | |
---|---|
adapter |
MediationRewardedVideoAdAdapter
|
Called when the ad is loaded.
Parameters | |
---|---|
adapter |
MediationRewardedVideoAdAdapter
|
Called when user open the ad.
Parameters | |
---|---|
adapter |
MediationRewardedVideoAdAdapter
|
Called when the SDK fails to initialize.
Parameters | |
---|---|
adapter |
MediationRewardedVideoAdAdapter
|
errorCode |
int
|
Called when the SDK is successfully initialized.
Parameters | |
---|---|
adapter |
MediationRewardedVideoAdAdapter
|
Called when the SDK has gather the reward info. Publisher is responsible for credit the user.
Parameters | |
---|---|
adapter |
MediationRewardedVideoAdAdapter
|
rewardItem |
RewardItem
|
Called when the video start to play.
Parameters | |
---|---|
adapter |
MediationRewardedVideoAdAdapter
|