AdsProviderCallbacks

Implemented by the SDK core; ads providers report their events through it. Must be called on the application main thread.

Inheritors

Functions

Link copied to clipboard
abstract fun onAdBreakCompleted(breakType: AdBreakType)
Link copied to clipboard
abstract fun onAdBreakStarted(breakType: AdBreakType, totalAds: Int)
Link copied to clipboard
abstract fun onAdCompleted(ad: AdInfo)
Link copied to clipboard
abstract fun onAdError(error: OGAdError)
Link copied to clipboard
abstract fun onAdPaused(ad: AdInfo)
Link copied to clipboard
abstract fun onAdResumed(ad: AdInfo)
Link copied to clipboard
abstract fun onAdSkipped(ad: AdInfo)
Link copied to clipboard
abstract fun onAdStarted(ad: AdInfo)