dittosynckit / live.ditto / DittoRemotePeer

DittoRemotePeer

class DittoRemotePeer

A summary snapshot of the types of connections currently active to a remote Ditto peer.

Constructors

<init>

A summary snapshot of the types of connections currently active to a remote Ditto peer.

DittoRemotePeer(networkId: String, deviceName: String, approximateDistance: Double?, connections: Array<String>)

Properties

approximateDistance

val approximateDistance: Double?

connections

val connections: Array<String>

deviceName

val deviceName: String

networkId

val networkId: String