sippo-sdk / com.quobis.sippo.sipposdk.agenda.listener / AgendaListener / onContactDeleted
onContactDeleted
abstract fun onContactDeleted(agenda: Agenda, contactId: String): Unit
Performs any actions that could be required when the contact specified by contactId is deleted.
Parameters
agenda
- Agenda service.
contactId
- Identifier of the deleted contact.