{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

Tapper.Status

enum Tapper.Status


The result of the tap.

Summary

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

Enum Values

FAILURE

val Tapper.Status.FAILURETapper.Status

Injecting the event was a complete failure.

SUCCESS

val Tapper.Status.SUCCESSTapper.Status

The Tap action completed successfully.

WARNING

val Tapper.Status.WARNINGTapper.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).

Public constructors

Status

Status()