NativePlacementListener

Notifies about Native placement events

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.