Message Format Context
data class MessageFormatContext(val formatterTypes: ImmutableMap<CharSequence, MessageValueFormatter>, val formatterPrefixTypes: ImmutableSet<MessageValueFormatter>)
Constructors
Link copied to clipboard
constructor(formatterTypes: ImmutableMap<CharSequence, MessageValueFormatter>, formatterPrefixTypes: ImmutableSet<MessageValueFormatter>)