HardwareKeyEvent

annotation class HardwareKeyEvent

HardwareKeyEvent

Description :

This interface represent Supported actions it can be:
 
  • ACTION_DOWN : Simple click on hardware button.
  • ACTION_UP : Release Click.
  • ACTION_MBF : Simple click on Multi function button.
  • ACTION_HEARTBEAT_MBF : Long Click on Multi function button.
  • ACTION_NEXT_CHANNEL : Switch to next channel.
  • ACTION_PREVIOUS_CHANNEL : Switch to previous channel

Properties

Link copied to clipboard
Link copied to clipboard
val ACTION_HEARTBEAT_MBF: Int
The Long click on Multi function Button.
Link copied to clipboard
val ACTION_MBF: Int
The simple click on Multi function button.
Link copied to clipboard
val ACTION_NEXT_CHANNEL: Int
Switch next channel.
Link copied to clipboard
val ACTION_PREVIOUS_CHANNEL: Int
Switch previous channel.
Link copied to clipboard
val ACTION_UP: Int
ACTION_UP value: the key has been released.

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String