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

updateLocalUser

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

Updates de local user.

Parameters

user - User to be updated.

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