ActiveFitConfig

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

Represents the Active Fit configuration.

Constructors

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

Properties

Link copied to clipboard

The program settings.

Link copied to clipboard

A list of Active Fit URLs.

Functions

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