DittoPeersObserverV1Callback

interface DittoPeersObserverV1Callback

Typically this will only be used if interacting with the SDK from Java. You can call observePeers on a Ditto instance with an object that implements this interface.

Functions

Link copied to clipboard
abstract fun update(peers: List<DittoRemotePeer>)