Class: Toybox.UserProfile.UserActivity
- Inherits:
-
Toybox.Lang.Object
Overview
A class for storing user activity information.
Instance Member Summary collapse
-
distance as Lang.Number or Null
Distance covered by the activity in meters.
-
duration as Lang.Number or Null
Duration of the activity in seconds.
-
startTime as Time.Moment or Null
Start time of the activity.
-
type as Lang.Number or Null
Sport type of the activity.
Instance Attribute Details
var distance as Lang.Number or Null
Distance covered by the activity in meters
var duration as Lang.Number or Null
Duration of the activity in seconds
var startTime as Time.Moment or Null
Start time of the activity
var type as Lang.Number or Null
Sport type of the activity.