com.poly.polyos
Package Summary for com.poly.polyos
PolyOsManager
is the entry point to PolyOS API.
See: Description
Interface Summary
Interface | Description |
---|---|
IPolyApiExtensions | A marker interface that tags different as an extension to PolyOsApi |
PolyOsListener | Listener to know the state of connection with PolyOS |
Class Summary
Class | Description |
---|---|
PolyOsManager | Exposes the API to communicate between a client application and PolyOS |
ResponseStatus | Defines generic response status |
Enum Summary
Enum | Description |
---|---|
ResponseStatus.Status | Status of the request |
Exception Summary
Exception | Description |
---|---|
PolyOsException | Exception thrown by any PolyOS API |
Package com.poly.polyos Description
PolyOsManager
is the entry point to PolyOS API.
Usage
//Create an instance of PolyOsManager
polyOsManager = PolyOsManager(context)
//Notify PolyOS when app state changes
polyOsManager.notifyAppStateChanged(AppState(inCall = true)