Companion

object Companion

Holds constants.

Properties

AD_TEXT
Link copied to clipboard
const val AD_TEXT: String
The text shown at the bottom of the popup.
ALT_CTRL_SHIFT_TITLE
Link copied to clipboard
const val ALT_CTRL_SHIFT_TITLE: String
The popup title when the alt, control, and shift keys are held down.
ALT_CTRL_TITLE
Link copied to clipboard
const val ALT_CTRL_TITLE: String
The popup title when the alt and control keys are held down.
ALT_SHIFT_TITLE
Link copied to clipboard
const val ALT_SHIFT_TITLE: String
The popup title when the alt and shift keys are held down.
ALT_TITLE
Link copied to clipboard
const val ALT_TITLE: String
The popup title while the alt key is held down.
CTRL_SHIFT_TITLE
Link copied to clipboard
const val CTRL_SHIFT_TITLE: String
The popup title when the control and shift keys are held down.
CTRL_TITLE
Link copied to clipboard
const val CTRL_TITLE: String
The popup title when the control key is held down.
SHIFT_TITLE
Link copied to clipboard
const val SHIFT_TITLE: String
The popup title when the shift key is held down.
TITLE
Link copied to clipboard
const val TITLE: String
The default popup title.

Sources

jvm source
Link copied to clipboard