AFCore
Toggle table of contents
1.6.1
AFCore
Target filter
AFCore
Switch theme
Search in API
Skip to content
AFCore
AFCore
/
com.advantahealth.api.settings.model
/
ActiveFitConfig
Active
Fit
Config
AFCore
class
ActiveFitConfig
(
var
settings
:
ProgramSettings
?
=
null
,
var
urls
:
List
<
ActiveFitUrl
>
=
emptyList()
)
Represents the Active Fit configuration.
Members
Constructors
Active
Fit
Config
Link copied to clipboard
AFCore
constructor
(
settings
:
ProgramSettings
?
=
null
,
urls
:
List
<
ActiveFitUrl
>
=
emptyList()
)
Properties
settings
Link copied to clipboard
AFCore
var
settings
:
ProgramSettings
?
The program settings.
urls
Link copied to clipboard
AFCore
var
urls
:
List
<
ActiveFitUrl
>
A list of Active Fit URLs.
Functions
to
String
Link copied to clipboard
AFCore
open
override
fun
toString
(
)
:
String