Class POBInterstitial.POBVideoListener
-
- All Implemented Interfaces:
public class POBInterstitial.POBVideoListenerStatic member class for interaction with the POBInterstitial instance for video events. These events will only invoked for VAST based video creative. All methods are guaranteed to occur on the main thread.
-
-
Constructor Summary
Constructors Constructor Description POBInterstitial.POBVideoListener()
-
Method Summary
Modifier and Type Method Description voidonVideoPlaybackCompleted(@NonNull() POBInterstitial ad)Notifies the listener that the playback of the video ad has been completed. -
-
Method Detail
-
onVideoPlaybackCompleted
void onVideoPlaybackCompleted(@NonNull() POBInterstitial ad)
Notifies the listener that the playback of the video ad has been completed.
- Parameters:
ad- The POBInterstitial instance invoking this method.
-
-
-
-