KeyCodes class

Android TV key codes (subset for remote control UI)

Constructors

KeyCodes()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

back → const int
dpadCenter → const int
dpadDown → const int
dpadLeft → const int
dpadRight → const int
dpadUp → const int
home → const int
mute → const int
playPause → const int
power → const int
volumeDown → const int
volumeUp → const int