About this Guide
About this Guide

About this Guide

This guide provides application programming interface (API) information for writing applications that use WFC Voice. The guide assumes that the reader is familiar with WFC Voice intents.
The API consists of a series of intents that can be invoked via the following methods:
  1. StageNow
    : A WFC Voice 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
    : A WFC Voice intent can be generated from many MDMs. A couple of examples are provided below:
    • Soti Mobicontrol
      : www.soti.net/mc/help/v14.4/en/scriptcmds/reference/sendintent.html
    • Airwatch/Workspace ONE
      : docs.vmware.com/en/VMware-Workspace-ONE-UEM/2008/ProdProv_All/GUID-FBB62176-0AE9-40CD-89CD-553E9BE04D95.html
  3. WFC Voice  application
    : A WFC Voice  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 Voice receives the intent, it takes the action indicated by the intent. The available intents are detailed in the following sections and include initiating Voice calls, sending messages, signing in/out of the application, and configuring the client.