CueListener

interface CueListener

An interface that can be implemented to be informed of when cues should be displayed to the user.

Functions

Link copied to clipboard
abstract fun onCueRequested(cue: Cue)

Called when a cue should be displayed to the user.