Sony Addon SDK
public static interface

Registration.InputColumns

This project is no longer being supported and will not get any further updates.

Class Overview

Column-definitions for the Sensor table

Summary

Constants
java.lang.String DEVICE_ID The ID of the device corresponding to an Input
java.lang.String KEY_PAD_ID The ID of the keypad
java.lang.String ENABLED The enable status of the Input

Constants

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

The ID of the device corresponding to an Input

TYPE: INTEGER (long)

PRESENCE: REQUIRED

Constant Value: "deviceId"

Added in API level 1.0 public static final java.lang.String KEY_PAD_ID

The ID of the keypad

TYPE: INTEGER (long)

PRESENCE: REQUIRED

Constant Value: "keyPadId"

Added in API level 1.0 public static final java.lang.String ENABLED

The enable status of the Input

TYPE: BOOLEAN

PRESENCE: REQUIRED

Constant Value: "enabled"