public static interface InstreamAdPlayer.AdPlayerListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdVideoCompleted()
Should be called when video completes
|
void |
onAdVideoError(java.lang.String message)
Should be called when video error occurs
|
void |
onAdVideoPaused()
Should be called when video pauses
|
void |
onAdVideoResumed()
Should be called when video resumes from pause
|
void |
onAdVideoStarted()
Should be called when video starts playing
|
void |
onAdVideoStopped()
Should be called when video stops
|
void |
onVolumeChanged(float volume)
Should be called when video volume changes
|
void onAdVideoStarted()
void onAdVideoPaused()
void onAdVideoResumed()
void onAdVideoStopped()
void onAdVideoError(@NonNull
java.lang.String message)
message - reason for errorvoid onAdVideoCompleted()
void onVolumeChanged(float volume)
volume, - when 1 - full volume, and 0 - mute