Listener

interface Listener

Listener to trigger UI events related to the Ad playback.

Functions

Link copied to clipboard
abstract fun onLearnMoreClicked(url: String)
Called when the learn more view is clicked.
Link copied to clipboard
abstract fun onPauseAdClicked()
Called when the pause ad view is clicked.
Link copied to clipboard
abstract fun onPlayAdClicked()
Called when the play ad view is clicked.
Link copied to clipboard
abstract fun onSkipAdClicked()
Called when the skip ad view is clicked.