Name | Description |
---|---|
Action | com.zebra.dfs. ACTION_LOGIN_STATUS_RESPONSE |
Intent Type | broadcast |
Extra 0 | This extra specifies login_info_status_response information necessary to query the client’s login status. See the payload definition below. This extra may or may not be encrypted. |
Extra 0 - sent unencrypted | This extra specifies login_info_status_response when not encrypted. This is an optional parameter. |
Type | String |
Name | login_info_status_response |
Value | String in JSON format |
Extra 0 – sent encrypted | This extra specifies login_info_status_response when encrypted. This is an optional parameter. |
Type | Byte array |
Name | login_info_status_response |
Value | See the code snippet under Encryption/Decryption |
{ "user_name": "username", //mandatory "request_id": <unique_number>, //mandatory "status" : "<user_login_status>" //mandatory - LOGGED_IN, LOGGED_OUT or // ERROR_MISMATCH_USERNAME }