SmartEyeglass SDK
public static interface

Control.TapActions

Class Overview

Interface used to define constants for tap actions. See Registration.TapColumns to check if supported by device.

Summary

Constants
int SINGLE_TAP The tap event is a single tap
int DOUBLE_TAP The tap event is a double tap
int TRIPLE_TAP The tap event is a triple tap

Constants

Added in API level 3.0 public static final int SINGLE_TAP

The tap event is a single tap

Constant Value: 0 (0x00000000)

Added in API level 3.0 public static final int DOUBLE_TAP

The tap event is a double tap

Constant Value: 1 (0x00000001)

Added in API level 3.0 public static final int TRIPLE_TAP

The tap event is a triple tap

Constant Value: 2 (0x00000002)