Package com. orange. webcom. sdk
Exposes the main public API of the Webcom SDK.
Types
Canceled
Link copied to clipboard
Generic event to be notified when a subscription is canceled, that is deliberately stopped.
Notification
Link copied to clipboard
Base interface for passing an event of type T to a callback function.
Subscription
Link copied to clipboard
interface Subscription
Content copied to clipboard
Represents a subscription to some event type.
Webcom Application
Link copied to clipboard
class WebcomApplication
Content copied to clipboard
Represents a Webcom application.
Webcom Configuration
Link copied to clipboard
data class WebcomConfiguration @JvmOverloads constructor(identifier: String, platform: URL?, offlineCache: String?, startOnline: Boolean, websocketProtocol: WebcomConfiguration.WebsocketProtocol, pingDelayMs: Int?, pongDelayMs: Int?)
Content copied to clipboard
Represents the settings of a WebcomApplication instance.
Webcom Error
Link copied to clipboard
class WebcomError @JvmOverloads constructor(errorCode: String, message: String?, cause: Throwable?)
Content copied to clipboard
Webcom Exception
Link copied to clipboard
Webcom Result
Link copied to clipboard
Wraps the result of a computation of type T.
Webcom Runtime Exception
Link copied to clipboard