| java.lang.Object | |
| ↳ | com.gsma.services.rcs.Intents.FileTransfer |
Intents for file transfer service
| 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
| |||||||||||
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.
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.
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.