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

GuestMethod

class GuestMethod : AuthenticationMethod

Inherited Properties

application

val application: WebcomApplication

Functions

authenticate

fun authenticate(callback: WebcomResultCallback<AuthenticationDetails>? = null): Unit

Inherited Functions

syncAuthentication

fun <T> syncAuthentication(context: AuthenticationService.Context, callback: WebcomResultCallback<T>?, block: (WebcomResultCallback<T>) -> Unit): Boolean