CheckinSettings

class CheckinSettings(var dwellTimeSeconds: Int? = 0)

Represents the check-in settings.

Constructors

Link copied to clipboard
constructor(dwellTimeSeconds: Int? = 0)

Properties

Link copied to clipboard

The minimum time (in seconds) a user needs to remain checked in.

Functions

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