Name | Description |
---|---|
Action | com.zebra.dfs.ACTION_SELECTED_ROLES_RESPONSE |
Intent Type | broadcast |
Extra 0 | This extra selected_roles_response contains selected role information. This is a mandatory parameter. Go to the payload definition. This extra may or may not be encrypted. |
Extra 0 - sent unencrypted | This extra specifies the JSON selected role information when not encrypted. This is an optional parameter. |
Type | String |
Name | selected_roles_response |
Value | String in JSON format |
Extra 0 - sent encrypted | This extra specifies the JSON selected role information when encrypted. This is an optional parameter. |
Type | Byte array |
Name | selected_roles_response |
Value | Go to the code snippet under Encryption/Decryption. |
{ "user_name": "username", //mandatory "status": "LOGGED_IN" or “LOGGED_OUT”, // mandatory "selected_roles":"[{"name":"qapfm_v2","description":"qapfm_v2","is_swap_role":true}] "user_selected_roles":"[{"name":"qapfm_v2","description":"qapfm_v2", "is_swap_role":true},{"name":"voice","description":"voice_role", "is_swap_role":false]" }