{% setvar book_path %}/reference/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

Tapper.Status Tapper.Status.FAILURE

Injecting the event was a complete failure.

SUCCESS

Tapper.Status Tapper.Status.SUCCESS

The Tap action completed successfully.

WARNING

Tapper.Status Tapper.Status.WARNING

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

public final Status()