public static class

Intents.Chat

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.Intents.Chat

Class Overview

Intents for chat service

Summary

Constants
String ACTION_INITIATE_GROUP_CHAT Load the group chat application to start a new conversation with a group of contacts.
String ACTION_SEND_ONE_TO_ONE_CHAT_MESSAGE Load the chat application to send a new chat message to a given contact.
String ACTION_VIEW_GROUP_CHAT Load the group chat application.
String ACTION_VIEW_ONE_TO_ONE_CHAT Load the chat application to view a chat conversation.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACTION_INITIATE_GROUP_CHAT

Since: API Level 1.5

Load the group chat application to start a new conversation with a group of contacts. This Intent takes into parameter a list of contact URIs. If no parameter the main entry of the group chat application is displayed.

Constant Value: "com.gsma.services.rcs.action.INITIATE_GROUP_CHAT"

public static final String ACTION_SEND_ONE_TO_ONE_CHAT_MESSAGE

Since: API Level 1.5

Load the chat application to send a new chat message to a given contact. This Intent takes into parameter a contact URI (i.e. content://contacts/people/contact_ID). If no parameter the main entry of the chat application is displayed.

Constant Value: "com.gsma.services.rcs.action.SEND_ONE_TO_ONE_CHAT_MESSAGE"

public static final String ACTION_VIEW_GROUP_CHAT

Since: API Level 1.5

Load the group chat application. This Intent takes into parameter an URI on the group chat conversation (i.e. content://chats/chat_ID). If no parameter found the main entry of the group chat application is displayed.

Constant Value: "com.gsma.services.rcs.action.VIEW_GROUP_CHAT"

public static final String ACTION_VIEW_ONE_TO_ONE_CHAT

Since: API Level 1.5

Load the chat application to view a chat conversation. This Intent takes into parameter an URI on the chat conversation (i.e. content://chats/chat_ID). If no parameter found the main entry of the chat application is displayed.

Constant Value: "com.gsma.services.rcs.action.VIEW_ONE_TO_ONE_CHAT"