public interface TJPlacementVideoListener
Modifier and Type | Method and Description |
---|---|
void |
onVideoComplete(TJPlacement placement)
Called when a video has completed playing.
|
void |
onVideoError(TJPlacement placement,
java.lang.String errorMessage)
Called when a video related error occurs.
|
void |
onVideoStart(TJPlacement placement)
Called when this placement start a video.
|
void onVideoStart(TJPlacement placement)
placement
- the placement the video was shown invoid onVideoError(TJPlacement placement, java.lang.String errorMessage)
placement
- the placement that have a video errorerrorMessage
- Error message from video player.void onVideoComplete(TJPlacement placement)
placement
- the placement that the video was completed in