ditto
2.0.8
ditto
/
live.ditto
/
DittoRemotePeer
Ditto
Remote
Peer
class
DittoRemotePeer
(
val
networkId
:
String
,
val
deviceName
:
String
,
val
approximateDistance
:
Double
?
,
val
connections
:
Array
<
String
>
)
Content copied to clipboard
A summary snapshot of the types of connections currently active to a remote Ditto peer.
Constructors
Properties
Constructors
Ditto
Remote
Peer
Link copied to clipboard
fun
DittoRemotePeer
(
networkId
:
String
,
deviceName
:
String
,
approximateDistance
:
Double
?
,
connections
:
Array
<
String
>
)
Content copied to clipboard
Properties
approximateDistance
Link copied to clipboard
@
JvmField
val
approximateDistance
:
Double
?
Content copied to clipboard
connections
Link copied to clipboard
@
JvmField
val
connections
:
Array
<
String
>
Content copied to clipboard
deviceName
Link copied to clipboard
@
JvmField
val
deviceName
:
String
Content copied to clipboard
networkId
Link copied to clipboard
@
JvmField
val
networkId
:
String
Content copied to clipboard