About this Guide

About this Guide

This guide provides application programming interface (API) information for writing applications that use Zebra Voice. The guide assumes that the reader is familiar with Zebra Voice intents.
The API consists of a series of intents that can be invoked via the following methods:
  1. StageNow
    : A Zebra 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 Zebra Voice intent can be generated from many MDMs. A couple of examples are provided below:
  3. Zebra Voice application
    : A Zebra 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 Zebra 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.