setText method

void setText(
  1. String text
)

Sets the message entry field to text.

Useful if you want to guide your user with message suggestions. If you want to start a UI with a given text showing immediately, call this method before calling {@link Inbox.mount}

@param text - The text to be displayed in the message entry field

Implementation

external void setText(String text);