{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
enum Tapper.Status
The result of the tap.
Enum Values |
|
|---|---|
FAILURE |
Injecting the event was a complete failure. |
SUCCESS |
The Tap action completed successfully. |
WARNING |
The action seemed to have completed - but may have been misinterpreted by the application. |
Public constructors |
|
|---|---|
Status() |
|
val Tapper.Status.WARNING: Tapper.Status
The action seemed to have completed - but may have been misinterpreted by the application. (For Example a TAP became a LONG PRESS by measuring its time between the down and up events).