Package-level declarations
Types
Link copied to clipboard
class ActiveFitConfig(var settings: ProgramSettings? = null, var urls: List<ActiveFitUrl> = emptyList())
Represents the Active Fit configuration.
Link copied to clipboard
Data class representing an Active Fit URL.
Link copied to clipboard
Represents a collection of URLs used within the ActiveFit application.
Link copied to clipboard
Data class representing the settings for beacon-based presence detection.
Link copied to clipboard
class GeofenceSettings(var dwellTimeInSeconds: Int? = null, var dwellTimeErrorRangeInSeconds: Int? = null)
Represents the geofence settings.
Link copied to clipboard
Represents an invitation message that can be displayed to the user.
Link copied to clipboard
Represents the presence settings within the program.
Link copied to clipboard
class ProgramSettings(var presence: PresenceSettings? = null, var geofence: GeofenceSettings? = null, var beacon: BeaconSettings? = null)
Data class representing the settings for various program features.