Bullitt Android SDK
Toggle table of contents
2.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Bullitt Android SDK
Bullitt Android SDK
/
com.bullitt.sdk.platform.device.d2d
Package-level
declarations
Types
Types
D2d
Device
Link copied to clipboard
data
class
D2dDevice
(
val
name
:
String
,
val
id
:
String
)
Represents a Device-to-Device (D2D) capable device in the system.
Pending
Network
Ack
Link copied to clipboard
data
class
PendingNetworkAck
(
val
messageId
:
MessageId
,
val
deferred
:
CompletableDeferred
<
Boolean
>
)