Sony Addon SDK
public static interface

Registration.ApiRegistrationColumns

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

Class Overview

Column-definitions for the ApiRegistration-table

Summary

Constants
java.lang.String EXTENSION_ID The ID of the extension corresponding to this registration
java.lang.String HOST_APPLICATION_PACKAGE Package name name of the Accessory Host Application that this registration is registered to interact with
java.lang.String WIDGET_API_VERSION If the Widget API is used, this field should tell what version of the API that is used.
java.lang.String CONTROL_API_VERSION If the Control API is used, this field should tell what version of the API that is used.
java.lang.String SENSOR_API_VERSION If the Sensor API is used, this field should tell what version of the API that is used.
java.lang.String LOW_POWER_SUPPORT Indicates if the extension (control) supports Active Low Power.
java.lang.String CONTROL_BACK_INTERCEPT If true presses on the KEYCODE_BACK will be sent to the Control extension in CONTROL_KEY_EVENT_INTENT intents.

Constants

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

The ID of the extension corresponding to this registration

TYPE: INTEGER (long)

PRESENCE: REQUIRED

Constant Value: "extensionId"

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

Package name name of the Accessory Host Application that this registration is registered to interact with

TYPE: TEXT

PRESENCE: REQUIRED

Constant Value: "hostAppPackageName"

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

If the Widget API is used, this field should tell what version of the API that is used. Value 0 means that the API is not used

TYPE: INTEGER (int)

PRESENCE: REQUIRED

Constant Value: "widgetApiVersion"

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

If the Control API is used, this field should tell what version of the API that is used. Value 0 means that the API is not used

TYPE: INTEGER (int)

PRESENCE: REQUIRED

Constant Value: "controlApiVersion"

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

If the Sensor API is used, this field should tell what version of the API that is used. Value 0 means that the API is not used

TYPE: INTEGER (int)

PRESENCE: REQUIRED

Constant Value: "sensorApiVersion"

Added in API level 2.0 public static final java.lang.String LOW_POWER_SUPPORT

Indicates if the extension (control) supports Active Low Power. If true, the extension will receive power save status changes.

TYPE: BOOLEAN

PRESENCE: OPTIONAL (Default false)

See Also

Constant Value: "lowPowerSupport"

Added in API level 2.0 public static final java.lang.String CONTROL_BACK_INTERCEPT

If true presses on the KEYCODE_BACK will be sent to the Control extension in CONTROL_KEY_EVENT_INTENT intents. This allows the Control extension to implements its own handling. If false a press on the KEYCODE_BACK will stop the control.

TYPE: BOOLEAN

PRESENCE: OPTIONAL (Default false)

Constant Value: "controlBackIntercept"