Class: Toybox.Activity.ProfileInfo
- Inherits:
-
Toybox.Lang.Object
Overview
The ProfileInfo class contains information about the active profile.
This information can be retrieved with the
getProfileInfo() method. Fields in
this class may return null so should be checked for null values prior
to use.
Instance Member Summary collapse
-
name as Lang.String
The profile name.
-
sport as Activity.Sport
A SPORT_* enum value.
-
subSport as Activity.SubSport or Null
A SUB_SPORT_* enum value.
-
uniqueIdentifier as Lang.Long
An unique identifer of the profile.
Instance Attribute Details
var name as Lang.String
The profile name
var sport as Activity.Sport
A SPORT_* enum value
var subSport as Activity.SubSport or Null
A SUB_SPORT_* enum value.
Can be null.
var uniqueIdentifier as Lang.Long
An unique identifer of the profile