Sony Addon SDK
public class

InputInfo

This project is no longer being supported and will not get any further updates.
extends java.lang.Object
  1. java.lang.Object
  2. com.sonyericsson.extras.liveware.extension.util.registration.InputInfo

Class Overview

The input info describes a host application input.

Summary

Public Constructors
InputInfo(long id, boolean enabled, KeyPadInfo keyPad)

Create input info.

Public Methods
long getId()

Get the id.

boolean isEnabled()

Is the input enabled.

KeyPadInfo getKeyPad()

Get the key pad.

Public Constructors

public InputInfo(long id, boolean enabled, KeyPadInfo keyPad)

Create input info.

Parameters
id The input id.
enabled True if input is enabled.
keyPad The key pad info.

Public Methods

public long getId()

Get the id.

Returns

The id.

See Also

public boolean isEnabled()

Is the input enabled.

Returns

True if enabled.

See Also

public KeyPadInfo getKeyPad()

Get the key pad.

Returns

The key pad.