Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2

Package com.orange.webcom.sdkv2

Types

Webcom

object Webcom

Exposes some useful static methods or properties to start using the Webcom SDK.

WebcomApplication

class WebcomApplication

Represents a Webcom application.

WebcomConfiguration

data class WebcomConfiguration

Represents the settings of a WebcomApplication instance.

WebcomResult

sealed class WebcomResult<out T>

WebcomService

abstract class WebcomService

Type Aliases

WebcomDoneCallback

typealias WebcomDoneCallback = (WebcomResult<Unit>) -> Unit

WebcomResultCallback

typealias WebcomResultCallback<T> = (WebcomResult<T>) -> Unit