Sony Addon SDK
public class

TapInfo

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.TapInfo

Class Overview

The input info describes a host application input.

Summary

Public Constructors
TapInfo(long id, int tapAction)

Create input info.

Public Methods
long getId()

Get the id.

int getTapAction()

Gets the registered tap action

Public Constructors

public TapInfo(long id, int tapAction)

Create input info.

Parameters
id The input id.
tapAction

Public Methods

public long getId()

Get the id.

Returns

The id.

See Also

public int getTapAction()

Gets the registered tap action

Returns

the TapAction

See Also