Activity Type
The kind of fitness or wellness activity a record represents.
A consumer receives an ActivityType on each activity returned from the Activities feature and uses it to pick an icon/label and to distinguish member-generated entries (e.g. self-reports, Fit @ Home) from automatic or partner-sourced ones. The type string is the exact wire key; map an incoming key back to an enum with getByKey.
Entries
Verified visit to a gym / facility.
SmartWalking step-tracking activity.
Fit @ Home self-recorded workout (one per day).
SpotIt mental-fitness session activity.
OpenFit partner activity.
Member-submitted self-reported visit.
NEOU partner activity.
Workouts partner activity.
MOVR partner activity.
Life Time Digital partner activity.
General wellness activity.
MyCarePath partner activity.
Fallback used when the backend key is not recognized.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.