Constants | ||
---|---|---|
java.lang.String | HOST_APPLICATION_ID | The ID of the host application corresponding to this device |
java.lang.String | MODEL | The device model |
java.lang.String | TYPE | The type of the device |
java.lang.String | SUB_TYPE | The sub-type of the device |
java.lang.String | MARKETING_NAME | The marketing name of the device |
java.lang.String | VENDOR | The vendor of the device |
java.lang.String | UID | The UID of the device |
java.lang.String | FIRMWARE_VERSION | The firmware version of the device |
java.lang.String | WIDGET_IMAGE_HEIGHT | The height of the widget image. |
java.lang.String | WIDGET_IMAGE_WIDTH | The width of the widget image. |
java.lang.String | VIBRATOR | Indicates if the device has a vibrator |
java.lang.String | ACCESSORY_CONNECTED | Indicates if the device is connected to the host application |
java.lang.String | LAYOUT_SUPPORT | Specifies the XML layout elements that are supported on this device. |
The ID of the host application corresponding to this device
TYPE: INTEGER (long)
PRESENCE: REQUIRED
Constant Value: "hostAppId"
The device model
TYPE: TEXT
PRESENCE: OPTIONAL
Constant Value: "model"
The type of the device
TYPE: TEXT
PRESENCE: OPTIONAL
Constant Value: "type"
The sub-type of the device
TYPE: TEXT
PRESENCE: OPTIONAL
Constant Value: "subType"
The marketing name of the device
TYPE: TEXT
PRESENCE: OPTIONAL
Constant Value: "marketingName"
The vendor of the device
TYPE: TEXT
PRESENCE: OPTIONAL
Constant Value: "vendor"
The UID of the device
TYPE: TEXT
PRESENCE: OPTIONAL
Constant Value: "uid"
The firmware version of the device
TYPE: TEXT
PRESENCE: OPTIONAL
Constant Value: "firmwareVersion"
The height of the widget image. Starting with API version 3, the supported widget height may be defined in the Registration.Widget table to allow one host application to support widgets of different sizes.
TYPE: INTEGER (int)
PRESENCE: OPTIONAL
Constant Value: "widgetImageHeight"
The width of the widget image. Starting with API version 3, the supported widget width may be defined in the Registration.Widget table to allow one host application to support widgets of different sizes.
TYPE: INTEGER (int)
PRESENCE: OPTIONAL
Constant Value: "widgetImageWidtht"
Indicates if the device has a vibrator
TYPE: BOOLEAN
PRESENCE: REQUIRED
Constant Value: "vibrator"
Indicates if the device is connected to the host application
TYPE: BOOLEAN
PRESENCE: REQUIRED
Constant Value: "accessory_connected"
Specifies the XML layout elements that are supported on this device.
TYPE: INTEGER (int), bit field see Registration.LayoutSupport.
PRESENCE: OPTIONAL (Default 0)
Constant Value: "layoutSupport"
Column-definitions for the Device table