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
A single named link from the Active Fit application configuration.
Link copied to clipboard
A keyed collection of NamedUrl entries used within the Active Fit application.
Link copied to clipboard
Data class representing the settings for beacon-based presence detection.
Link copied to clipboard
Represents the check-in settings.
Link copied to clipboard
class GeofenceSettings(var dwellTimeInSeconds: Int? = null, var dwellTimeErrorRangeInSeconds: Int? = null)
Represents the geofence settings from the application configuration.
Link copied to clipboard
Represents an invitation message that can be displayed to the user.
Link copied to clipboard
Presence-detection settings within the Active Fit program configuration.
Link copied to clipboard
class ProgramSettings(var presence: PresenceSettings? = null, var geofence: GeofenceSettings? = null, var beacon: BeaconSettings? = null, var checkin: CheckinSettings? = null)
Data class representing the settings for various program features.