fun updateContact(contact: Contact, onCompletion: (SippoResourceError?) -> Unit): Unit
Updates an existing contact.
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.