Class Garmin.MessageBox
Garmin.MessageBox
Defined in: GarminDeviceControl.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Encapsulates the data to display a message box to the user when the plug-in is waiting for feedback
|
| Method Attributes | Method Name and Description |
|---|---|
|
addButton(caption, value)
Get the text entry for the message box
|
|
|
Get the buttons for the message box
|
|
|
getText()
Get the text entry for the message box
|
|
|
getType()
Get the type of the message box
|
|
|
toString()
|
Class Detail
Garmin.MessageBox()
Encapsulates the data to display a message box to the user when the plug-in is waiting for feedback
Method Detail
addButton(caption, value)
Get the text entry for the message box
- Parameters:
- caption
- value
{Array}
getButtons()
Get the buttons for the message box
{String}
getText()
Get the text entry for the message box
{String}
getType()
Get the type of the message box
{String}
toString()