object Webcom
Exposes some useful static methods or properties to start using the Webcom SDK. |
|
class WebcomApplication
Represents a Webcom application. |
|
data class WebcomConfiguration
Represents the settings of a WebcomApplication instance. |
|
sealed class WebcomResult<out T> |
|
abstract class WebcomService |
typealias WebcomDoneCallback = (WebcomResult<Unit>) -> Unit |
|
typealias WebcomResultCallback<T> = (WebcomResult<T>) -> Unit |