public class

GroupChatIntent

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.chat.GroupChatIntent

Class Overview

Intent for group chat conversation

Summary

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

Constants

public static final String ACTION_NEW_GROUP_CHAT_MESSAGE

Since: API Level 1.5

Broadcast action: a new group chat message has been received.

Intent includes the following extras:

Constant Value: "com.gsma.services.rcs.chat.action.NEW_GROUP_CHAT_MESSAGE"

public static final String ACTION_NEW_INVITATION

Since: API Level 1.5

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.

Constant Value: "com.gsma.services.rcs.chat.action.NEW_GROUP_CHAT"

public static final String EXTRA_CHAT_ID

Since: API Level 1.5

Unique ID of the chat conversation

Constant Value: "chatId"

public static final String EXTRA_MESSAGE_ID

Since: API Level 1.5

Message ID of received message

Constant Value: "messageId"

public static final String EXTRA_MIME_TYPE

Since: API Level 1.5

MIME-type of received message

Constant Value: "mimeType"