public static class ConstantsMCOP.LoginEventExtras
extends java.lang.Object
ConstantsMCOP.ActionsCallBack.loginEvent
This class contains all the answers to the actions of methods IMCOPsdk.loginMCOP() and IMCOPsdk.authorizeUser(String) ()}
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DISPLAY_NAME
Key Access to the DISPLAY NAME of the client once authenticated.
|
static java.lang.String |
ERROR_CODE
Key Access to the error codes of the login and authentication methods.
|
static java.lang.String |
ERROR_STRING
Key Access to error string for the login and authentication methods.
|
static java.lang.String |
MCPTT_ID
Key Access to the MCPTT ID of the client once authenticated.
|
static java.lang.String |
SUCCESS
Key Access to the response to method
IMCOPsdk.authorizeUser(String):
Response: boolean, indicates whether the login procedure was successful or not. |
| Constructor and Description |
|---|
LoginEventExtras() |
public static final java.lang.String SUCCESS
IMCOPsdk.authorizeUser(String):Response: boolean, indicates whether the login procedure was successful or not.
public static final java.lang.String MCPTT_ID
Response: String with URI format that unequivocally identifies the user in the MCPTT system.
public static final java.lang.String DISPLAY_NAME
Response: String that identifies the user with a human-readable alias, more pleasant than a MCPTT identifier.
public static final java.lang.String ERROR_CODE
Response: Integer indicating the error code.
Values:
0 means no errors.
1XX: xMS Errors:
101 Unknown GMS address
102 Unknown CMS address
103 Unknown KMS address
104 Incorrect answer from GMS
105 Incorrect answer from CMS
106 Incorrect answer from KMS
107 There was error with CMS
2XX: IMS or SIM Authentication Errors:
201 IMS registration error
202 IMS authentication error
203 Synchronization error between SIM and IMS
204 SIM access error
205 It is not possible to register because the customer is registered right now
206 the URL for the authentication is not valid
207 There was an error in the registration process
208 Error in the authentication process
3XX: IDMS Errors:
public static final java.lang.String ERROR_STRING
Resputa: String describing the error.