Android OpenTV Player SDK
5.35.0.1710620932
|
A class describing a single event
Each instance of this class describes a single key event reported.
An OTVEvent contains
Public Member Functions | |
Date | getTimestamp () |
Returns the event's timestamp. More... | |
String | getType () |
Returns a string representation of the event's type. More... | |
String | getCommand () |
Returns a string representation of the event's command. More... | |
String | getExtra () |
Returns a string representation of the event's optional extra information. More... | |
String | toString () |
Returns a string representation of the object. More... | |
String getCommand | ( | ) |
Returns a string representation of the event's command.
String getExtra | ( | ) |
Returns a string representation of the event's optional extra information.
Date getTimestamp | ( | ) |
Returns the event's timestamp.
String getType | ( | ) |
Returns a string representation of the event's type.
String toString | ( | ) |
Returns a string representation of the object.