-
public interface OnCompletionListenerInterface definition for a callback to be invoked when playback of a media source has completed.
-
-
Method Summary
Modifier and Type Method Description abstract voidonCompletion()Called when the end of a media source is reached during playback. -
-
Method Detail
-
onCompletion
abstract void onCompletion()
Called when the end of a media source is reached during playback.
-
-
-
-