Package-level declarations
Types
Link copied to clipboard
class ProgramData(var dailyGoal: Int? = null, var dailyStepsGoal: Int? = null, var goalsNeededForMonth: Int? = null, var dailyVisitsGoal: Int? = null)
Link copied to clipboard
class ProgramEntitlement(var name: String? = null, var activated: Boolean = false, var programData: ProgramData? = null)
ProgramEntitlement — represents a high-level program/module available to the member.
Link copied to clipboard
ProgramFeature — represents a feature inside a ProgramEntitlement.