EmailMessageSubscriber

Subscriber for receiving notifications about changes to EmailMessages.

Functions

Link copied to clipboard

Notifies the subscriber that the subscription connection state has changed. The subscriber won't be notified of subscribed changes until the connection status changes to ConnectionState.CONNECTED. The subscriber will stop receiving subscribed change notifications when the connection state changes to ConnectionState.DISCONNECTED.

Link copied to clipboard
abstract fun emailMessageChanged(emailMessage: EmailMessage)

Notifies the subscriber of a modified EmailMessage.