MessagePartText

data class MessagePartText(val text: CharSequence) : MessagePart

Constructors

Link copied to clipboard
constructor(text: CharSequence)

Properties

Link copied to clipboard
open override val maxParameterIndex: Int

returns the max used parameter index in the message. "-1" if there is no parameter

Link copied to clipboard

Functions

Link copied to clipboard
open override fun format(parameters: List<Any>, locale: Locale, context: MessageFormatContext): CharSequence
open override fun format(result: StringBuilder, parameters: List<Any>, locale: Locale, context: MessageFormatContext)