apidocs / com.nimmsta.core.android.accessibilityservice.actions / HIDAction

HIDAction

class HIDAction : IAction

Action that sends the HS 50 a request to send the given Char as a HID Input

Constructors

<init>

Action that sends the HS 50 a request to send the given Char as a HID Input

HIDAction(device: NIMMSTADevice, char: Char)

Properties

success

var success: Boolean

Functions

performAction

Sends the given Char to the HS 50 to perform as a HID Input

fun performAction(): Task<Boolean>

Companion Object Properties

characters

val characters: CharArray