AFCore
Toggle table of contents
1.7.4
AFCore
Target filter
AFCore
Switch theme
Search in API
Skip to content
AFCore
AFCore
/
com.advantahealth.api.settings.model
/
CheckinSettings
Checkin
Settings
AFCore
class
CheckinSettings
(
var
dwellTimeSeconds
:
Int
?
=
0
)
Represents the check-in settings.
Members
Constructors
Checkin
Settings
Link copied to clipboard
AFCore
constructor
(
dwellTimeSeconds
:
Int
?
=
0
)
Properties
dwell
Time
Seconds
Link copied to clipboard
AFCore
var
dwellTimeSeconds
:
Int
?
The minimum time (in seconds) a user needs to remain checked in.
Functions
to
String
Link copied to clipboard
AFCore
open
override
fun
toString
(
)
:
String