Companion

object Companion

Holds constants.

Properties

Link copied to clipboard
const val AD_TEXT: String

The text shown at the bottom of the popup.

Link copied to clipboard
const val ALT_CTRL_SHIFT_TITLE: String

The popup title when the alt, control, and shift keys are held down.

Link copied to clipboard
const val ALT_CTRL_TITLE: String

The popup title when the alt and control keys are held down.

Link copied to clipboard
const val ALT_SHIFT_TITLE: String

The popup title when the alt and shift keys are held down.

Link copied to clipboard
const val ALT_TITLE: String

The popup title while the alt key is held down.

Link copied to clipboard
const val CTRL_SHIFT_TITLE: String

The popup title when the control and shift keys are held down.

Link copied to clipboard
const val CTRL_TITLE: String

The popup title when the control key is held down.

Link copied to clipboard
const val SHIFT_TITLE: String

The popup title when the shift key is held down.

Link copied to clipboard
const val TITLE: String

The default popup title.

Sources

Link copied to clipboard