MessagePartParam

data class MessagePartParam(val name: CharSequence, val type: CharSequence? = null, var style: StylePart? = null) : MessagePart

Constructors

Link copied to clipboard
constructor(name: CharSequence, type: CharSequence? = null, style: StylePart? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: CharSequence? = null

Functions

Link copied to clipboard
open override fun fillInParameterNames(names: MutableSet<CharSequence>)
Link copied to clipboard
open fun format(parameters: MessageParameters, locale: Locale, context: MessageFormatContext): CharSequence
open override fun format(result: StringBuilder, parameters: MessageParameters, locale: Locale, context: MessageFormatContext)