c-wfc-pttpro-pg-android-about-this-guide
About this Guide

About this Guide

This guide provides application programming interface (API) information for writing applications that use WFC PTT Pro Android. The guide assumes that the reader is familiar with PTT Pro as well as Android intents.
The API consists of a series of intents that can be invoked via the following methods:
  1. StageNow
    : An Android intent can be generated using
    StageNow
    as described at techdocs.zebra.com/mx/intent/. The intent can be sent immediately, scheduled, or triggered off by pressing a button or sensor.
  2. MDM
    : An Android intent can be generated from many MDMs. A couple of examples are provided below:
    1. Soti Mobicontrol
      : www.soti.net/mc/help/v14.4/en/scriptcmds/reference/sendintent.html
    2. Airwatch/Workspace ONE
      : docs.vmware.com/en/VMware-Workspace-ONE-UEM/2008/ProdProv_All/GUID-FBB62176-0AE9-40CD-89CD-553E9BE04D95.html
  3. Android application
    : An Android application can generate an intent to another application on the device.  For more information, refer to developer.android.com/guide/components/intents-filters .
When WFC PTT Pro Android receives the intent, it takes the action indicated by the intent. The available intents are detailed in the following sections and include initiating PTT Pro calls, sending messages, signing in/out of the application, and configuring the client.