public static class

Intents.FileTransfer

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

Class Overview

Intents for file transfer service

Summary

Constants
String ACTION_INITIATE_GROUP_FILE_TRANSFER Load the group chat application to start a new conversation with a group of contacts and send a file to them.
String ACTION_INITIATE_ONE_TO_ONE_FILE_TRANSFER Load the file transfer application to start a new file transfer to a given contact.
String ACTION_VIEW_FILE_TRANSFER Load the file transfer application to view a file transfer.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACTION_INITIATE_GROUP_FILE_TRANSFER

Since: API Level 1.5

Load the group chat application to start a new conversation with a group of contacts and send a file to them. This Intent takes into parameter a list of contact URIs (i.e. content://contacts/people/contact_ID). If no parameter, the main entry of the group chat application is displayed.

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

public static final String ACTION_INITIATE_ONE_TO_ONE_FILE_TRANSFER

Since: API Level 1.5

Load the file transfer application to start a new file transfer 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 file transfer application is displayed.

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

public static final String ACTION_VIEW_FILE_TRANSFER

Since: API Level 1.5

Load the file transfer application to view a file transfer. This Intent takes into parameter an URI on the file transfer (i.e. content://filetransfers/ft_ID). If no parameter found the main entry of the file transfer application is displayed.

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