Skip to main content

com.poly.polyos

Package Summary for com.poly.polyos

PolyOsManager is the entry point to PolyOS API.

See: Description

Interface Summary

InterfaceDescription
IPolyApiExtensionsA marker interface that tags different as an extension to PolyOsApi
PolyOsListenerListener to know the state of connection with PolyOS

Class Summary

ClassDescription
PolyOsManagerExposes the API to communicate between a client application and PolyOS
ResponseStatusDefines generic response status

Enum Summary

EnumDescription
ResponseStatus.StatusStatus of the request

Exception Summary

ExceptionDescription
PolyOsExceptionException 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)