CEAdListener
Public interface CEAdListener
This interface is used for getting the information of ad status
Public methods
void
void
void
void
void
void
void
Public methods
onAdClicked
void onAdClicked(Ad ad)
On ad clicked.
Parameters
ad
onAdImpression
void onAdImpression(Ad ad)
On ad impression.
Parameters
ad
onAdMute
void onAdMute(Ad ad)
On ad mute.
Parameters
ad
onAdUnmute
void onAdUnmute(Ad ad)
On ad unmute.
Parameters
ad
onVideoEnd
void onVideoEnd(Ad ad)
On video play end.
Parameters
ad
onVideoProgress
void onVideoProgress(Ad ad, int totoalDuration, int currentPosition)
On video play in progress.
Parameters
ad
totoalDuration
int: The video duration.
currentPosition
int: The video current play position.
onVideoStart
void onVideoStart(Ad ad)
On video start to play.
Parameters
ad
Last updated