public class

FileTransferIntent

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.filetransfer.FileTransferIntent

Class Overview

Intent for file transfer invitation

Summary

Constants
String ACTION_FILE_TRANSFER_DELIVERY_EXPIRED Broadcast action: file transfer delivery expired

Intent includes the following extras:

String ACTION_NEW_INVITATION Broadcast action: a new file transfer has been received.
String ACTION_RESUME Broadcast action: a file transfer is resuming.
String EXTRA_CONTACT ContactId of remote contact
String EXTRA_TRANSFER_ID Unique ID of the file transfer
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACTION_FILE_TRANSFER_DELIVERY_EXPIRED

Since: API Level 1.5

Broadcast action: file transfer delivery expired

Intent includes the following extras:

Constant Value: "com.gsma.services.rcs.filetransfer.action.FILE_TRANSFER_DELIVERY_EXPIRED"

public static final String ACTION_NEW_INVITATION

Since: API Level 1.5

Broadcast action: a new file transfer has been received.

Intent includes the following extras:

Constant Value: "com.gsma.services.rcs.filetransfer.action.NEW_FILE_TRANSFER"

public static final String ACTION_RESUME

Since: API Level 1.5

Broadcast action: a file transfer is resuming.

Intent includes the following extras:

Constant Value: "com.gsma.services.rcs.filetransfer.action.RESUME_FILE_TRANSFER"

public static final String EXTRA_CONTACT

Since: API Level 1.5

ContactId of remote contact

Constant Value: "contact"

public static final String EXTRA_TRANSFER_ID

Since: API Level 1.5

Unique ID of the file transfer

Constant Value: "transferId"