Message Formatter
interface MessageFormatter
The formatter used to insert and format the parameters of the message text
Inheritors
Functions
Link copied to clipboard
open fun getMessageParametersNames(message: String, locale: Locale): List<Pair<CharSequence, CharSequence?>>
Returns the all used parameter names (Pair.first) with they optional value types (Pair.second) in the string.