SmartEyeglass SDK
public class

KeyPadInfo

extends java.lang.Object
  1. java.lang.Object
  2. com.sonyericsson.extras.liveware.extension.util.registration.KeyPadInfo

Class Overview

The key pad info class describes a host application key pad.

Summary

Public Constructors
KeyPadInfo(long id, java.lang.String type)

Create key pad info.

Public Methods
long getId()

Get the id.

java.lang.String getType()

Get the type.

Public Constructors

public KeyPadInfo(long id, java.lang.String type)

Create key pad info.

Parameters
id The id.
type The type.

Public Methods

public long getId()

Get the id.

Returns

The id.

See Also

public java.lang.String getType()

Get the type.

Returns

The type.

See Also