updateContact

fun updateContact(contact: Contact, onCompletion: (SippoResourceError?) -> Unit)

Updates an existing contact.

Parameters

contact

Contact to be updated.

onCompletion

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