sippo-sdk / com.quobis.sippo.sipposdk.agenda / Agenda / updateContact

updateContact

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