Solutions
Hardware
Software
Services
Support and Downloads
About Zebra
Workcloud Communication Profile Client Android Configuration and Programmer Guide
Intents and Actions
Configuration to Handle Retry Logic
Workcloud Communication Profile Client Android Configuration and Programmer Guide
Workcloud Communication Profile Client Android Configuration and Programmer Guide
About this Guide
Chapter Descriptions
Document Conventions
Notational Conventions
Service Information
Revision History
Profile Client Configuration
JSON Sample Configuration
Intents and Actions
Profile Client Intents Overview
Starting the Profile Client without Configuration
Starting the Profile Client with Configuration
Configuration to Handle Unavailable and Exhausted Extension
Logging a User into Profile Client
Login Response
Configuration to Handle Retry Logic
Configuring to Ignore Refresh Token
Selected Role Response
Logging a User in Profile Client on Proxy URL Availability
Logging a User Out of the Profile Client
Status Request
Status Request Response
Reporting on Extension Exhausted Status via Intent
Enrolling a Device to PFM and ESN When Proxy URL is Available
Suppress Data Consent Dialog
Downgrading the Profile Client
Additional Support for Third-Party Launcher
Sample Project
Configuration to Handle Retry Logic
Configuration to Handle Retry Logic
Configurations have been added to the Profile Client managing the retry attempts, eliminating the need for the end user to log out and log in again.
Prerequisites
The minimum required Profile Client Android version is 2.0.25100.
JSON Configuration Variables for the Zebra Profile Client
Label
Description
Type
Default
Config via UI
check_esnuser_try_outs
Administrator to provide retry count to avoid logout and login again.
Integer
180
Integer values must be greater than 0.
The parameter can be configured through PVM.
Example
{ "check_esnuser_try_outs":"180" }
Intents and Actions