Class Garmin.TransferProgress
Garmin.TransferProgress
Defined in: GarminDeviceControl.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Encapsulates the data provided by the device for the current process' progress.
|
| Method Attributes | Method Name and Description |
|---|---|
|
Get the completed percentage value for the transfer
|
|
|
getText()
Get all the text entries for the transfer
|
|
|
getTitle()
Get the title for the transfer
|
|
|
toString()
String representation of instance.
|
Class Detail
Garmin.TransferProgress()
Encapsulates the data provided by the device for the current process' progress.
Use this to relay progress information to the user.
Method Detail
{Number}
getPercentage()
Get the completed percentage value for the transfer
{Array}
getText()
Get all the text entries for the transfer
{String}
getTitle()
Get the title for the transfer
{String}
toString()
String representation of instance.