html

Make a Text object for the html.

Since

3.4.0.

Parameters

html

the text with the html markup.


fun html(html: String, plain: String?): Message.Text

Deprecated

Use Message.Text.html(html: String) instead

Replace with

import com.ciscowebex.androidsdk.message.Message
Message.Text.html(html)

Make a Text object for the html. This function is deprecated and will be removed in future release.

Parameters

html

the text with the html markup.

plain

this param is ignored. null can be passed.