sippo-sdk / com.quobis.sippo.sipposdk.agenda.listener / AgendaListener

AgendaListener

interface AgendaListener

A listener to receive agenda events.

This interface includes all the callbacks needed to listen to agenda events and to perform the appropriate actions when any of these events are received.

Functions

onContactAdded

abstract fun onContactAdded(agenda: Agenda, contact: Contact): Unit

Performs any actions that could be required when a new contact is added.

onContactDeleted

abstract fun onContactDeleted(agenda: Agenda, contact: Contact): Unit

Performs any actions that could be required when the contact is deleted.

onContactUpdated

abstract fun onContactUpdated(agenda: Agenda, contact: Contact): Unit

Performs any actions that could be required when a existing contact is updated.