@UnstableApi
interface TextOutput


Receives text output.

Summary

Public functions

Unit
onCues(cueGroup: CueGroup!)

Called when there is a change in the CueGroup.

Unit
onCues(cues: (Mutable)List<Cue!>!)

This function is deprecated.

Use onCues instead.

Public functions

onCues

fun onCues(cueGroup: CueGroup!): Unit

Called when there is a change in the CueGroup.

Both onCues and onCues are called when there is a change in the cues. You should only implement one or the other.

onCues

fun onCues(cues: (Mutable)List<Cue!>!): Unit

Called when there is a change in the Cues.

Both onCues and onCues are called when there is a change in the cues. You should only implement one or the other.