Constants | ||
---|---|---|
java.lang.String | PACKAGE_NAME | The package name of a host application |
java.lang.String | VERSION | The version of a host application |
java.lang.String | WIDGET_API_VERSION | If the host application supports the Widget API, this field identifies which version of the API is supported. |
java.lang.String | WIDGET_REFRESH_RATE | The maximum supported widget refresh rate |
java.lang.String | CONTROL_API_VERSION | If the host application supports the Control API, this field identifies which version of the API is supported. |
java.lang.String | SENSOR_API_VERSION | If the host application supports the Sensor API, this field identifies which version of the API is supported. |
java.lang.String | NOTIFICATION_API_VERSION | If the host application supports the Notification API, this field identifies which version of the API is supported. |
The package name of a host application
Constant Value: "packageName"
The version of a host application
Constant Value: "version"
If the host application supports the Widget API, this field identifies which version of the API is supported. Value 0 means that the API is not supported
TYPE: INTEGER (int)
PRESENCE: REQUIRED
Constant Value: "widgetApiVersion"
The maximum supported widget refresh rate
TYPE: INTEGER (int)
PRESENCE: OPTIONAL
Constant Value: "widgetRefreshrate"
If the host application supports the Control API, this field identifies which version of the API is supported. Value 0 means that the API is not supported
TYPE: INTEGER (int)
PRESENCE: REQUIRED
Constant Value: "controlApiVersion"
If the host application supports the Sensor API, this field identifies which version of the API is supported. Value 0 means that the API is not supported
TYPE: INTEGER (int)
PRESENCE: REQUIRED
Constant Value: "sensorApiVersion"
If the host application supports the Notification API, this field identifies which version of the API is supported. Value 0 means that the API is not supported
TYPE: INTEGER (int)
PRESENCE: REQUIRED
Constant Value: "notificationApiVersion"
Column-definitions for the Host application table