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

OrangeMobileNetworkMethod

class OrangeMobileNetworkMethod : AuthenticationMethod

Inherited Properties

application

val application: WebcomApplication

Functions

authenticate

fun authenticate(context: AuthenticationService.Context = Context.New, callback: WebcomResultCallback<AuthenticationDetails>? = null): Unit

Inherited Functions

syncAuthentication

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