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

SelectFieldAction

class SelectFieldAction : IAction

Action that selects the next field (with offset) or a field with a given id

Constructors

<init>

Action that selects the next field (with offset) or a field with a given id

SelectFieldAction()

Properties

success

var success: Boolean

Functions

performAction

Gets the requested field from the NimmstaViewManager and focuses it

fun performAction(): Task<Boolean>