NarrateListener

fun interface NarrateListener

Provides an interface for listeners to narrate events.

Functions

Link copied to clipboard
abstract fun narrate(narrator: Narrator, line: String)

Invoke the listener with a specified narrator and line.