EpochObserver

interface EpochObserver

An EpochObserver is notified whenever a conversation's epoch changes.

Functions

Link copied to clipboard
abstract suspend fun epochChanged(conversationId: MLSGroupId, epoch: ULong)

This function will be called every time a conversation's epoch changes.