AdPodListener

interface AdPodListener

Listener that specifies when a an Ad pod has started and when it has ended.

Inheritors

Functions

Link copied to clipboard
abstract fun onAdPodEnded(adPod: AdPod)
Indicates than an Ad pod has ended.
Link copied to clipboard
abstract fun onAdPodStarted(adPod: AdPod)
Indicates than an Ad pod has started.