public static class ConstantsMCOP.GroupInfoEventExtras
extends java.lang.Object
ConstantsMCOP.ActionsCallBack.groupInfoEvent values.| Modifier and Type | Class and Description |
|---|---|
static class |
ConstantsMCOP.GroupInfoEventExtras.ActionRealTimeVideoType
Types of real-time video modes.
|
static class |
ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum
Type of permission in a group.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTIVE_REAL_TIME_VIDEO_MODE
Key Access to real-time video mode.
|
static java.lang.String |
ALLOWS_GROUP
Key Access to the permissions of the MCPTT group.
|
static java.lang.String |
DISPLAY_NAME
Key Access to the Display Name that allows to distinguish the MCPTT group causing the event.
|
static java.lang.String |
ERROR_CODE
Key Access to group info error codes.
|
static java.lang.String |
ERROR_STRING
Key Access to the Error codes string.
|
static java.lang.String |
GROUP_ID
Key Access to the Group ID that allows to univocally distinguish the MCPTT group causing the event.
|
static java.lang.String |
MAX_DATA_SIZE_AUTO_RECV
Key Access to maximum allowed file size for FD data transmission using HTTP.
|
static java.lang.String |
MAX_DATA_SIZE_FOR_FD
Key Access to maximum allowed file size for FD data transmission.
|
static java.lang.String |
MAX_DATA_SIZE_FOR_SDS
Key Access to maximum allowed size for SDS data transmission.
|
static java.lang.String |
PARTICIPANTS_LIST
Key Access to the group participants data
UserID unequivocally identifies the user.
|
static java.lang.String |
PARTICIPANTS_LIST_DISPLAY_NAME
Key Access to the group participants data.
|
static java.lang.String |
PARTICIPANTS_LIST_TYPE
Key Access to the group participants data.
|
| Constructor and Description |
|---|
GroupInfoEventExtras() |
public static final java.lang.String GROUP_ID
Response: String with URI format that identifies the MCPTT group.
public static final java.lang.String DISPLAY_NAME
Response: String that identifies the MCPTT group in a human-readable format.
public static final java.lang.String ALLOWS_GROUP
Response: Integer containing the different FLAGs of the user's permissions on the group.
Values:
0 means no permission.
invite_members ("exist" represents the pre-arranged group in on-network MCPTT procedures; "not exist" represents the chat group in on-network MCPTT procedures. This value is used when the element is not present.) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.invite_members
recvonly (Receiving calls allowed, but not making them) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.recvonly
emergency_call (Emergency group calls allowed) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.emergency_call
imminent_peril_call (Imminent peril group calls allowed) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.imminent_peril_call
emergency_alert_call (Emergency alert group calls allowed) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.emergency_alert_call
video_invite_members ("exist" represents the pre-arranged group in on-network MCVideo procedures; "not exist" represents the chat group in on-network MCVideo procedures. This value is used when the element is not present) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.video_invite_members
non_real_time_video_mode ("exist" indicates that non real-time video mode is allowed for the MCVideo group. "not exist" indicates that non real-time video mode is not allowed for the MCVideo group. This value is used when the element is not present) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.non_real_time_video_mode
non_urgent_real_time_video_mode ("exist" indicates that non urgent real-time video mode is allowed for the MCVideo group. "not exist" indicates that non urgent real-time video mode is not allowed for the MCVideo group. This value is used when the element is not present) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.non_urgent_real_time_video_mode
urgent_real_time_video_mode ("exist" indicates that urgent real-time video mode is allowed for the MCVideo group. "not exist" indicates that urgent real-time video mode is not allowed for the MCVideo group. This value is used when the element is not present;) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.urgent_real_time_video_mode
short_data_service (Short data allowed) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.short_data_service
file_distribution (Distributed file sharing allowed) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.file_distribution
conversation_management ("exist" indicates that conversation management is enabled for the MCData group. This value is used when the element is not present; "not exist" indicates that conversation management is disabled for the MCData group.) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.conversation_management
tx_control ("exist" indicates that transmission control is enabled for the MCData group. This value is used when the element is not present; "not exist" indicates that transmission control is disabled for the MCData group.) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.tx_control
rx_control ("exist" indicates that reception control is enabled for the MCData group. This value is used when the element is not present; "not exist" indicates that reception control is disabled for the MCData group.) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.rx_control
enhanced_status ("exist" indicates that enhanced status is enabled for the MCData group. This value is used when the element is not present; "not exist" indicates that enhanced status is disabled for the MCData group.) ConstantsMCOP.GroupInfoEventExtras.AllowTypeEnum.enhanced_status
public static final java.lang.String MAX_DATA_SIZE_FOR_SDS
Indicates the maximum size of data (in bytes) that the originating MCData client is allowed to send to the MCData server for on-network SDS communications.
Response: Integer (in bytes)
public static final java.lang.String MAX_DATA_SIZE_FOR_FD
Indicates the maximum size of data (in bytes) that the originating MCData client is allowed to send to the MCData server for on-network FD communications.
Response: Integer (in bytes)
public static final java.lang.String MAX_DATA_SIZE_AUTO_RECV
Indicates the maximum size of data (in bytes) which the MCData server always requests the terminating MCData client to automatically download for on-network FD communications using HTTP.
Response: Integer (in bytes)
public static final java.lang.String ACTIVE_REAL_TIME_VIDEO_MODE
Response: String
Values ConstantsMCOP.GroupInfoEventExtras.ActionRealTimeVideoType:
urgent_real_time () ConstantsMCOP.GroupInfoEventExtras.ActionRealTimeVideoType.urgent_real_time
non_urgent_real_time () ConstantsMCOP.GroupInfoEventExtras.ActionRealTimeVideoType.non_urgent_real_time
non_real_time () ConstantsMCOP.GroupInfoEventExtras.ActionRealTimeVideoType.non_real_time
public static final java.lang.String PARTICIPANTS_LIST
UserID unequivocally identifies the user.
public static final java.lang.String PARTICIPANTS_LIST_DISPLAY_NAME
Response: Array with 3 Strings:.
DisplayName identifies the user.
public static final java.lang.String PARTICIPANTS_LIST_TYPE
ParticipantType indicates the user position in the organization. Not defined by 3GPP.
public static final java.lang.String ERROR_CODE
Response: Integer indicating error codes.
Values:
0 means no errors.
101 Received data groups not valid
public static final java.lang.String ERROR_STRING