Chat Android v4
Chat Android
Chat
Android
Version 4
Home
/
Chat
/
Android
/
Message
You can retrieve a specific message in an open or group channel by creating and passing the MessageRetrievalParams
object as an argument into the getMessage()
method.
Property name | Type | Description |
---|---|---|
channelUrl | String | Specifies the URL of the channel. |
channelType | ChannelType | Specifies the type of the channel. |
messageId | Long | Specifies the unique ID of the message. |
You can retrieve and view the last message of a group channel.