NarratorAskListener

fun interface NarratorAskListener

Provides an interface for listeners to Narrator ask events.

Functions

Link copied to clipboard
abstract fun ask(narrator: Narrator, question: Question): Answer

Invoke the listener with a specified narrator and question. Returns the selected answer.