kuilt
Toggle table of contents
0.6.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
kuilt
kuilt-nearby
/
us.tractat.kuilt.nearby
/
ConnectionResult
Connection
Result
data
class
ConnectionResult
(
val
endpointId
:
String
,
val
success
:
Boolean
,
val
reason
:
String
?
=
null
)
Result of a connection attempt on
endpointId
.
Members
Constructors
Connection
Result
Link copied to clipboard
constructor
(
endpointId
:
String
,
success
:
Boolean
,
reason
:
String
?
=
null
)
Properties
endpoint
Id
Link copied to clipboard
val
endpointId
:
String
reason
Link copied to clipboard
val
reason
:
String
?
success
Link copied to clipboard
val
success
:
Boolean