@Beta(2020, 12) class FormatExpression : Expression
An expression representing formatted text. Supports mixed format.
fun dispose(): Unit |
|
fun finalize(): Unit |
|
static fun format(vararg sections: FormatExpressionSection!): FormatExpression!
Creates a FormatExpression consisting of provided sections. |
|
fun getNativeHandle(): Long |