|
Triton Mobile SDK for Android 3.5.1
This is a custom android player made by Triton Digital
|
Callback for receiving the CuePoint history. More...
Public Member Functions | |
| void | onCuePointHistoryReceived (CuePointHistory src, List< Bundle > cuePoints) |
| Called when the CuePoint history has been received. | |
| void | onCuePointHistoryFailed (CuePointHistory src, int errorCode) |
| Called when the CuePoint history has failed. | |
Callback for receiving the CuePoint history.
| void com.tritondigital.player.CuePointHistory.CuePointHistoryListener.onCuePointHistoryFailed | ( | CuePointHistory | src, |
| int | errorCode | ||
| ) |
Called when the CuePoint history has failed.
| src | Source where this event comes from |
| errorCode | Error code |
| void com.tritondigital.player.CuePointHistory.CuePointHistoryListener.onCuePointHistoryReceived | ( | CuePointHistory | src, |
| List< Bundle > | cuePoints | ||
| ) |
Called when the CuePoint history has been received.
| src | Source where this event comes from |
| cuePoints | Cue points |