| java.lang.Object | |
| ↳ | com.gsma.services.rcs.chat.GroupChatIntent |
Intent for group chat conversation
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ACTION_NEW_GROUP_CHAT_MESSAGE | Broadcast action: a new group chat message has been received. | |||||||||
| String | ACTION_NEW_INVITATION | Broadcast action: a new group chat invitation has been received. | |||||||||
| String | EXTRA_CHAT_ID | Unique ID of the chat conversation | |||||||||
| String | EXTRA_MESSAGE_ID | Message ID of received message | |||||||||
| String | EXTRA_MIME_TYPE | MIME-type of received message | |||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Broadcast action: a new group chat message has been received.
Intent includes the following extras:
EXTRA_MESSAGE_ID containing the message ID of chat message.
Broadcast action: a new group chat invitation has been received.
Intent includes the following extras:
EXTRA_CHAT_ID containing the unique ID of the chat conversation.
Unique ID of the chat conversation
Message ID of received message
MIME-type of received message