RewardedVideoPlacementListener

Notifies about RewardedVideo placement events

Functions

Link copied to clipboard
abstract fun onUserEarnedIncentive(placement: Placement, aatKitReward: AATKitReward?)

Notifies that placement has earned incentive.

Inherited functions

Link copied to clipboard
abstract fun onHaveAd(placement: Placement)

Notifies that placement has finished loading an ad successfully.

Link copied to clipboard
abstract fun onNoAd(placement: Placement)

Notifies that placement has failed to load an ad.

Link copied to clipboard
abstract fun onPauseForAd(placement: Placement)

Notifies that ad went fullscreen and that application should pause.

Link copied to clipboard
abstract fun onResumeAfterAd(placement: Placement)

Notifies that ad came back from fullscreen and that application should resume.