public interface POBVastPlayerListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailedToPlay(com.pubmatic.sdk.common.POBError error)
Notifies when ad is failed to load or failed play the ad
|
void |
onOpenLandingPage(java.lang.String url)
Notifies when click is happened on learn more button
|
void |
onReadyToPlay(POBVastAd vastAd,
float skipOffset,
float duration)
Notifies video content is downloaded and it is ready to play.
|
void |
onSkipButtonClick()
Notifies when click is happened on Skip button
|
void |
onVideoEventOccurred(POBVastCreative.POBEventTypes eventType) |
void |
onVideoStarted(float duration) |
void onReadyToPlay(@Nullable
POBVastAd vastAd,
float skipOffset,
float duration)
void onFailedToPlay(@NonNull
com.pubmatic.sdk.common.POBError error)
error - the error of POBError which has specific error codes with its specific error
messagevoid onOpenLandingPage(java.lang.String url)
url - the url which gets calledvoid onSkipButtonClick()
void onVideoStarted(float duration)
void onVideoEventOccurred(POBVastCreative.POBEventTypes eventType)