| java.lang.Object | |
| ↳ | com.gsma.services.rcs.extension.InstantMultimediaMessageIntent | 
Intent for instant multimedia message
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ACTION_NEW_INSTANT_MESSAGE | Broadcast action: a new multimedia instant message has been received. | |||||||||
| String | EXTRA_CONTACT | ContactId of remote contact | |||||||||
| String | EXTRA_CONTENT | Content of the multimedia message (byte[]) | |||||||||
| String | EXTRA_CONTENT_TYPE | Content type of the multimedia message | |||||||||
| String | EXTRA_SERVICE_ID | Unique service ID | |||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Broadcast action: a new multimedia instant message has been received.
Intent includes the following extras:
EXTRA_CONTACT containing the contact ID of remote contact.
 EXTRA_SERVICE_ID containing the service ID related to the multimedia message.
 EXTRA_CONTENT containing the content of the multimedia message.
 EXTRA_CONTENT_TYPE containing the content type of the multimedia message.
 ContactId of remote contact
Content of the multimedia message (byte[])
Content type of the multimedia message
Unique service ID