SmartEyeglass SDK
public static interface

Registration.TapColumns

Class Overview

Column-definitions for the Tap table.

If the accessory does not support any tap actions, it will not insert any rows in this table.

Summary

Constants
java.lang.String DEVICE_ID The ID of the device corresponding to this tap
java.lang.String ACTION This column value indicates an action supported by the device.

Constants

Added in API level 4.0 public static final java.lang.String DEVICE_ID

The ID of the device corresponding to this tap

TYPE: INTEGER (long)

PRESENCE: REQUIRED

Constant Value: "deviceId"

Added in API level 4.0 public static final java.lang.String ACTION

This column value indicates an action supported by the device. A device that supports several actions will have several rows.

TYPE: INTEGER (see Control.TapActions for allowed values)

PRESENCE: REQUIRED

Constant Value: "action"