public interface TJVideoListener
Modifier and Type | Method and Description |
---|---|
void |
onVideoComplete()
Called when a video has completed playing.
|
void |
onVideoError(int statusCode)
Called when a video related error occurs.
|
void |
onVideoStart()
Called when a video starts playing.
|
void onVideoStart()
void onVideoError(int statusCode)
TJVideoStatus
for statusCode values.statusCode
- Error status code.void onVideoComplete()