ChatUtils

object ChatUtils

Functions

Link copied to clipboard
fun dispatchIncomingChat(text: Text, ci: CallbackInfo)
Link copied to clipboard
suspend fun onRecieve(predicate: (Text) -> Boolean, cancel: Boolean = false): Text
suspend fun onRecieve(message: String, cancel: Boolean = false): Text