SlangMessage

Modifier and Type Method and Description List<String> getMessages() String getTextMessage()

Returns an text message configured. String getTextMessage(Locale locale)

Returns an text message configured. boolean hasTextMessage()

Returns whether text message is configured or not for current locale boolean hasTextMessage(Locale locale)

Returns whether text message is configured or not for given locale void overrideTextMessage(String override)

Overrides the text messages to be spoken/displayed to the user. void overrideTextMessage(String override, Locale locale)

Overrides the text messages to be spoken/displayed to the user. void overrideTextMessages(String[] overrides)

Overrides the set of text messages to be spoken/displayed to the user. void overrideTextMessages(String[] overrides, Locale locale)

Overrides the set of text messages to be spoken/displayed to the user.

Last updated