Interface | Description |
---|---|
Connection |
A Connection object represents the connection between a
Device and Twilio's services. |
ConnectionListener |
The ConnectionListener interface defines a set of callbacks for events related to a
Connection . |
DeviceListener |
The DeviceListener interface defines a set of callbacks for events related to a Device instance.
|
Twilio.InitListener |
Interface for the listener object to pass to
Twilio.initialize(Context, InitListener) . |
Class | Description |
---|---|
Device |
An instance of Device is an object that knows how to interface with Twilio Services.
|
PresenceEvent |
An object encapsulating client presence state for other clients connected to the Twilio Application.
|
Twilio |
Abstract class used to initialize and shut down the Twilio Client SDK.
|
Enum | Description |
---|---|
Connection.State |
An enum describing the current state of the Connection.
|
Device.Capability |
This enum is used as keys to the Device's capabilities map.
|
Device.State |
The Device.State enum represents the various states of the device's ability to listen for incoming connections and make outgoing connections.
|