public class

ImageSharingIntent

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.sharing.image.ImageSharingIntent

Class Overview

Intent for image sharing invitations

Summary

Constants
String ACTION_NEW_INVITATION Broadcast action: a new image sharing invitation has been received.
String EXTRA_SHARING_ID Unique ID of the image sharing
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACTION_NEW_INVITATION

Since: API Level 1.5

Broadcast action: a new image sharing invitation has been received.

Intent includes the following extras:

Constant Value: "com.gsma.services.rcs.sharing.image.action.NEW_IMAGE_SHARING"

public static final String EXTRA_SHARING_ID

Since: API Level 1.5

Unique ID of the image sharing

Constant Value: "sharingId"