html
Make a Text object for the html.
Since
3.4.0.
Parameters
html
the text with the html markup.
Deprecated
Use Message.Text.html(html: String) instead
Replace with
import com.ciscowebex.androidsdk.message.Message
Content copied to clipboard
Message.Text.html(html)
Content copied to clipboard
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.