DittoRemotePeer

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

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

Constructors

DittoRemotePeer
Link copied to clipboard
fun DittoRemotePeer(networkId: String, deviceName: String, approximateDistance: Double?, connections: Array<String>)

Properties

approximateDistance
Link copied to clipboard
val approximateDistance: Double?
connections
Link copied to clipboard
val connections: Array<String>
deviceName
Link copied to clipboard
val deviceName: String
networkId
Link copied to clipboard
val networkId: String