Triton Mobile SDK for Android 3.5.1
This is a custom android player made by Triton Digital
Loading...
Searching...
No Matches
com.tritondigital.player.CuePointHistory.CuePointHistoryListener Interface Reference

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.
 

Detailed Description

Callback for receiving the CuePoint history.

Member Function Documentation

◆ onCuePointHistoryFailed()

void com.tritondigital.player.CuePointHistory.CuePointHistoryListener.onCuePointHistoryFailed ( CuePointHistory  src,
int  errorCode 
)

Called when the CuePoint history has failed.

Parameters
srcSource where this event comes from
errorCodeError code

◆ onCuePointHistoryReceived()

void com.tritondigital.player.CuePointHistory.CuePointHistoryListener.onCuePointHistoryReceived ( CuePointHistory  src,
List< Bundle >  cuePoints 
)

Called when the CuePoint history has been received.

Parameters
srcSource where this event comes from
cuePointsCue points

The documentation for this interface was generated from the following file: