sippo-sdk / com.quobis.sippo.sipposdk.session / Sessions / getLocalUser

getLocalUser

fun getLocalUser(onCompletion: (Either<User, SippoResourceError>) -> Unit): Unit

Retrieves the information of the local user.

Parameters

onCompletion - Callback that will be invoked when the request is completed. It will receive the local user or a SippoResourceError otherwise.