RichContentMessage

public void RichContentMessage()

Constructor.


public void RichContentMessage(String title, String content, String imageUrl)

Constructor.

Parameters

title

Specifies the message title.

content

Specifies the message content.

imageUrl

Specifies the URL of the message image.


public void RichContentMessage(String title, String content, String imageUrl, String url)

Constructor.

Parameters

title

The message title.

content

The message content.

imageUrl

The URL of the message image.

url

The message URL.


public void RichContentMessage(Array<byte> data)

Constructor.

Parameters

data

Byte array containing the JSON string.