Package-level declarations
Types
Link copied to clipboard
Represents the type of client device the SDK is running on. This can be optionally specified during Webex initialization. If not provided, defaults to PHONE.
Link copied to clipboard
A callback handler to be executed when a operation is completed.
Link copied to clipboard
Link copied to clipboard
class UploadDiagnosticLogsResponse(result: UploadDiagnosticLogsResponse.UploadDiagnosticLogsResult, feedbackId: String?)
The response from a diagnostic log upload operation.
Link copied to clipboard
interface VoicePushInfo
Link copied to clipboard
class Webex(application: Application, authenticator: Authenticator, deviceType: ClientDeviceType = ClientDeviceType.PHONE)
Webex object is the entry point to use this Cisco Webex Android SDK. Constructs a new Webex object with an Authenticator and Application
Link copied to clipboard
interface WebexAuthDelegate
An interface for login related event callbacks.
Link copied to clipboard
The enumeration of error types in Cisco Webex Android SDK.
Link copied to clipboard
interface WebexEvent
Interface for all Webex events.
Link copied to clipboard
interface WebexUCLoginDelegate
An interface for all the Call service login related event callbacks.