resolveIdentifier

fun resolveIdentifier(identifier: String, onCompletion: (Either<Contact, SippoResourceError>) -> Unit)

Resolves an identifier to obtain a contact.

Parameters

identifier

The identifier of the contact to resolve..

onCompletion

Callback that will be invoked when the request is completed. It will receive the contact in case of success or a SippoResourceError otherwise.