obtain

public static RichContentMessage obtain(String title, String content, String imageUrl)

Generates a RichContentMessage object.

Return

Returns the generated RichContentMessage object.

Parameters

title

The title of the message.

content

The content of the message.

imageUrl

The URL of the message image.


public static RichContentMessage obtain(String title, String content, String imageUrl, String url)

Generates a RichContentMessage object.

Return

Returns a RichContentMessage object.

Parameters

title

The title of the message.

content

The content of the message.

imageUrl

The URL of the message image.

url

The URL of the message.