CompletedAction

data class CompletedAction(val action: DeviceAction?, val succeeded: Boolean) : DeviceConnectionManager.Event

Event indicating the device completed executing a DeviceAction

Constructors

Link copied to clipboard
constructor(action: DeviceAction?, succeeded: Boolean)

Properties

Link copied to clipboard

the DeviceAction that was executed

Link copied to clipboard

if true, action completed successfully