class DittoRemotePeer
A summary snapshot of the types of connections currently active to a remote Ditto peer.
<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>) |
approximateDistance |
val approximateDistance: Double? |
connections |
val connections: Array<String> |
deviceName |
val deviceName: String |
networkId |
val networkId: String |