public static class ConstantsMCOP.ConfigurationUpdateEventExtras
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum
Type of permissions that the user obtains when receiving the data from key
ALLOWS_LIST |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALLOWS_LIST
Key Access to the list of user granted permissions.
|
static java.lang.String |
DEFAULT_EMERGERCY_CONTACT
Key Access to default emergency contact identifier that must be called in case of an emergency call with no destination specified.
|
static java.lang.String |
ERROR_CODE
Key Access to configuration error codes.
|
static java.lang.String |
ERROR_STRING
Key Access to the string of error codes
|
static java.lang.String |
ORGANIZATION
Key Access to the organization that the user belongs to.
|
static java.lang.String |
PARTICIPANT_TYPE
Key Access to ParticipantType, indicating the position of the user in the organization.
|
static java.lang.String |
PRIVATE_CONTACT_DISPLAY_NAME_LIST
Access Key to the display name of private contacts available for the user
* This data will be received once logged into the system or whenever the user receives a new configuration.
|
static java.lang.String |
PRIVATE_CONTACT_LIST
Access Key to the Private contacts available for the user
* This data will be received once logged into the system or whenever the user receives a new configuration.
|
| Constructor and Description |
|---|
ConfigurationUpdateEventExtras() |
public static final java.lang.String ORGANIZATION
This data will be received once logged into the system.
Response: String.
public static final java.lang.String DEFAULT_EMERGERCY_CONTACT
This data will be received once logged in and each time the system changes the value or the user manually changes it with the method IMCOPsdk.changeSelectedContact(java.lang.String)
Response: String with UserID format
public static final java.lang.String PARTICIPANT_TYPE
This data will be received once logged into the system or whenever the user receives a new configuration.
Response: String.
public static final java.lang.String ALLOWS_LIST
This data will be received once logged into the system or whenever the user receives a new configuration.
Response: Integer with values of all the FLAGs that identify user allowed services
Values: Sum of ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum
private_call (Private calls allowed) ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum.private_call
emergency_group_call (Emergency group calls allowed) ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum.emergency_group_call
emergency_private_call (Private emergency calls allowed)ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum.emergency_private_call
imminent_peril_call (Imminent peril calls allowed)ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum.imminent_peril_call
activate_emergency_alert (Alert calls allowed)ConstantsMCOP.ConfigurationUpdateEventExtras.AllowTypeEnum.activate_emergency_alert
NOTE: The absence of permissions in this list indicates that it is not allowed to make such type of calls, and any attempt will give an error in ConstantsMCOP.CallEventExtras.ERROR_CODE.
public static final java.lang.String PRIVATE_CONTACT_LIST
This data will be received once logged into the system or whenever the user receives a new configuration.
Response: Array of strings with Sips URI of the available contacts
Values: List
public static final java.lang.String PRIVATE_CONTACT_DISPLAY_NAME_LIST
This data will be received once logged into the system or whenever the user receives a new configuration.
Response: Array of strings with the display name of the available contacts
Values: List
public static final java.lang.String ERROR_CODE
Response: Integer indicating the error code.
Values:
Code Explanatory text Description
101 It has been impossible to obtain authentication data
0 means no errors
public static final java.lang.String ERROR_STRING