getMessageParametersNames

open override 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.

Empty if there is no parameter.