Sony Addon SDK
public class

IntentParams

This project is no longer being supported and will not get any further updates.
extends java.lang.Object
  1. java.lang.Object
  2. com.sony.remotecontrol.ir.IntentParams

Class Overview

This class defines the Intents and related Extras.

Summary

Constants
java.lang.String ACTION_REGISTER_DEVICE This intent is used to start the registration process with Sony's remote application.
java.lang.String ACTION_SHOW_CONTROL_PANEL This intent is used to show the control panel on Sony's remote application screen.
java.lang.String EXTRA_DEVICE_ID Used as an int extra field in ACTION_SHOW_CONTROL_PANEL intents to supply the device ID that you want to launch.

Constants

public static final java.lang.String ACTION_REGISTER_DEVICE

This intent is used to start the registration process with Sony's remote application.

Constant Value: "com.sony.remotecontrol.action.REGISTER_DEVICE"

public static final java.lang.String ACTION_SHOW_CONTROL_PANEL

This intent is used to show the control panel on Sony's remote application screen. You can specify a device that you want to launch with EXTRA_DEVICE_ID

See Also

Constant Value: "com.sony.remotecontrol.action.SHOW_CONTROL_PANEL"

public static final java.lang.String EXTRA_DEVICE_ID

Used as an int extra field in ACTION_SHOW_CONTROL_PANEL intents to supply the device ID that you want to launch.

See Also

Constant Value: "com.sony.remotecontrol.extra.DEVICE_ID"