DocumentReplicationSuspendListener

typealias DocumentReplicationSuspendListener = suspend (replication: DocumentReplication) -> Unit(source)

The listener interface for receiving Document replicated events, called within a coroutine.

The callback function from Replicator

Parameters

replication

the Document replicated information