public class

MultimediaStreamingSessionIntent

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.extension.MultimediaStreamingSessionIntent

Class Overview

Intent for multimedia streaming session invitations

Summary

Constants
String ACTION_NEW_INVITATION Broadcast action: a new messaging session invitation has been received.
String EXTRA_SESSION_ID Unique ID of the multimedia session
[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 messaging session invitation has been received.

Intent includes the following extras:

  • EXTRA_SESSION_ID containing the unique ID of the multimedia session.
  • The service ID is read from the method Intent.getType() which returns the MIME type included in the intent and corresponding to the invoked service.

Constant Value: "com.gsma.services.rcs.extension.action.NEW_STREAMING_SESSION"

public static final String EXTRA_SESSION_ID

Since: API Level 1.5

Unique ID of the multimedia session

Constant Value: "sessionId"