Package-level declarations
Types
The Zello SDK singleton instance.
The status of the current account.
A Zello alert message. Alert messages contain text and are typically used for important messages. They will play a recurring sound until the user acknowledges them by bringing the app to the foreground.
A Zello channel. A channel contains multiple users.
Errors that are encountered by connection.
The connection state of the Zello SDK
Settings for the network. These are configured via the Zello Work Administrative Console.
The parent type for all Zello contact types, including users and channels.
The credentials required to connect to Zello.
A Zello dispatch channel. A dispatch channel is a special type of channel that has calls between a user and a dispatcher.
An ad-hoc group conversation in Zello. A ZelloGroupConversation is a type of ZelloChannel, but the provisioning is done by the end user instead of through the Zello Work Administrative Console.
A Zello history alert message.
A Zello history image message. The retrieve the Bitmap for the message, use the Zello.loadBitmapForHistoryImageMessage function.
A Zello history location message.
The parent type for all Zello history messages.
A Zello history text message.
A Zello history voice message. To play the message, use the Zello.playHistoryMessage function.
A Zello image message.
An incoming Zello emergency.
An incoming Zello voice message.
A Zello location message.
An outgoing Zello emergency
An outgoing Zello voice message.
A Zello recent entry. This contains information about the most recent message sent to the ZelloContact. There is only one recent entry per contact.
The state of the Zello SDK. SDK features can only be used once Zello.start is called and its Zello.state is Started.
A Zello text message.
A Zello user.