new InputOption()
- Source:
Methods
(static) InputOption#getDescription() → {String}
Get the field value
A description of what this input option represents
- Source:
Returns:
- Type
- String
(static) InputOption#getKeyPress() → {remotemessage.KeyPress}
Get the field value
The keypress this represents
- Source:
Returns:
(static) InputOption#setDescription(description)
Set the field value
A description of what this input option represents
Parameters:
Name | Type | Description |
---|---|---|
description |
String |
- Source:
(static) InputOption#setKeyPress(keyPress)
Set the field value
The keypress this represents
Parameters:
Name | Type | Description |
---|---|---|
keyPress |
remotemessage.KeyPress |
- Source: