ditto
3.0.7
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
approximate
Distance
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
device
Name
Link copied to clipboard
@
JvmField
val
deviceName
:
String
Content copied to clipboard
network
Id
Link copied to clipboard
@
JvmField
val
networkId
:
String
Content copied to clipboard