Class Garmin.ActivityDirectory
Garmin.ActivityDirectory
Defined in: GarminActivityDirectory.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
The list of activities on the device, including additional information
associated with each activity related to state, such as:
- whether it failed/succeeded upload
- the input checkbox ID for the table
- etc.
|
Class Detail
Garmin.ActivityDirectory()
The list of activities on the device, including additional information
associated with each activity related to state, such as:
- whether it failed/succeeded upload
- the input checkbox ID for the table
- etc.
The internal object is an array of Garmin.ActivityDirectory.Entry objects.
The array is in descending order--order shouldn't matter though since you
are accessing objects by ID anyway, like a hash.
- Requires:
- Garmin.File