public static class

Intents.Service

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.Intents.Service

Class Overview

Intents for RCS service

Summary

Constants
String ACTION_GET_ACTIVATION_MODE Intent to check if RCS stack is activated
String ACTION_GET_ACTIVATION_MODE_CHANGEABLE Intent to check if stack deactivation/activation is allowed by the client
String ACTION_GET_COMPATIBILITY Intent to check if RCS stack is compatible with RCS API
String ACTION_GET_SERVICE_STARTING_STATE Intent to get the RCS service starting state.
String ACTION_SET_ACTIVATION_MODE Intent to set the activation mode of the RCS stack
String EXTRA_GET_ACTIVATION_MODE Used as an boolean extra field in ACTION_GET_ACTIVATION_MODE intent to request the activation mode.
String EXTRA_GET_ACTIVATION_MODE_CHANGEABLE Used as an boolean extra field in ACTION_GET_ACTIVATION_MODE_CHANGEABLE intent to request the activation mode changeable.
String EXTRA_GET_COMPATIBILITY_CODENAME Used as a string extra field in ACTION_GET_COMPATIBILITY intent to convey the codename
String EXTRA_GET_COMPATIBILITY_INCREMENT Used as an integer extra field in ACTION_GET_COMPATIBILITY intent to convey the increment
String EXTRA_GET_COMPATIBILITY_RESPONSE Used as an boolean extra field in ACTION_GET_COMPATIBILITY intent to convey the response
String EXTRA_GET_COMPATIBILITY_SERVICE Used as an string extra field in ACTION_GET_COMPATIBILITY intent to convey the service class name
String EXTRA_GET_COMPATIBILITY_VERSION Used as an integer extra field in ACTION_GET_COMPATIBILITY intent to convey the version
String EXTRA_GET_SERVICE_STARTING_STATE Used as a boolean extra field in ACTION_GET_SERVICE_STARTING_STATE intent to convey the response.
String EXTRA_SET_ACTIVATION_MODE Used as an boolean extra field in ACTION_SET_ACTIVATION_MODE intent to set the activation mode.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACTION_GET_ACTIVATION_MODE

Since: API Level 1.5

Intent to check if RCS stack is activated

Constant Value: "com.gsma.services.rcs.action.GET_ACTIVATION_MODE"

public static final String ACTION_GET_ACTIVATION_MODE_CHANGEABLE

Since: API Level 1.5

Intent to check if stack deactivation/activation is allowed by the client

Constant Value: "com.gsma.services.rcs.action.GET_ACTIVATION_MODE_CHANGEABLE"

public static final String ACTION_GET_COMPATIBILITY

Since: API Level 1.5

Intent to check if RCS stack is compatible with RCS API

Constant Value: "com.gsma.services.rcs.action.GET_COMPATIBILITY"

public static final String ACTION_GET_SERVICE_STARTING_STATE

Since: API Level 1.5

Intent to get the RCS service starting state.

Constant Value: "com.gsma.services.rcs.action.GET_SERVICE_STARTING_STATE"

public static final String ACTION_SET_ACTIVATION_MODE

Since: API Level 1.5

Intent to set the activation mode of the RCS stack

Constant Value: "com.gsma.services.rcs.action.SET_ACTIVATION_MODE"

public static final String EXTRA_GET_ACTIVATION_MODE

Since: API Level 1.5

Used as an boolean extra field in ACTION_GET_ACTIVATION_MODE intent to request the activation mode.

Constant Value: "get_activation_mode"

public static final String EXTRA_GET_ACTIVATION_MODE_CHANGEABLE

Since: API Level 1.5

Used as an boolean extra field in ACTION_GET_ACTIVATION_MODE_CHANGEABLE intent to request the activation mode changeable.

Constant Value: "get_activation_mode_changeable"

public static final String EXTRA_GET_COMPATIBILITY_CODENAME

Since: API Level 1.5

Used as a string extra field in ACTION_GET_COMPATIBILITY intent to convey the codename

Constant Value: "get_compatibility_codename"

public static final String EXTRA_GET_COMPATIBILITY_INCREMENT

Since: API Level 1.5

Used as an integer extra field in ACTION_GET_COMPATIBILITY intent to convey the increment

Constant Value: "get_compatibility_increment"

public static final String EXTRA_GET_COMPATIBILITY_RESPONSE

Since: API Level 1.5

Used as an boolean extra field in ACTION_GET_COMPATIBILITY intent to convey the response

Constant Value: "get_compatibility_response"

public static final String EXTRA_GET_COMPATIBILITY_SERVICE

Since: API Level 1.5

Used as an string extra field in ACTION_GET_COMPATIBILITY intent to convey the service class name

Constant Value: "get_compatibility_service"

public static final String EXTRA_GET_COMPATIBILITY_VERSION

Since: API Level 1.5

Used as an integer extra field in ACTION_GET_COMPATIBILITY intent to convey the version

Constant Value: "get_compatibility_version"

public static final String EXTRA_GET_SERVICE_STARTING_STATE

Since: API Level 1.5

Used as a boolean extra field in ACTION_GET_SERVICE_STARTING_STATE intent to convey the response.

Constant Value: "get_service_starting_state"

public static final String EXTRA_SET_ACTIVATION_MODE

Since: API Level 1.5

Used as an boolean extra field in ACTION_SET_ACTIVATION_MODE intent to set the activation mode.

Constant Value: "set_activation_mode"