ActiveFitConfig

class ActiveFitConfig(var settings: ProgramSettings? = null, var urls: List<ActiveFitUrl> = emptyList())

Represents the Active Fit configuration.

Fetched via com.advantahealth.api.settings.ApplicationSettings.getActiveFitSettings. Key values (such as geofence dwell time) are persisted locally by the SDK so they remain available for features like facility monitoring.

Constructors

Link copied to clipboard
constructor(settings: ProgramSettings? = null, urls: List<ActiveFitUrl> = emptyList())

Properties

Link copied to clipboard

The program settings (geofence, beacon, presence, check-in).

Link copied to clipboard

A list of Active Fit URLs.

Functions

Link copied to clipboard
open override fun toString(): String