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 Time.Duration or Null
Duration of the activity.
-
startTime as Time.Moment or Null
Start time of the activity.
-
type as Activity.Sport 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 Time.Duration or Null
Duration of the activity
var startTime as Time.Moment or Null
Start time of the activity
var type as Activity.Sport or Null
Sport type of the activity.