ProgramSettings

class ProgramSettings(var presence: PresenceSettings? = null, var geofence: GeofenceSettings? = null, var beacon: BeaconSettings? = null, var checkin: CheckinSettings? = null)

Data class representing the settings for various program features.

Constructors

Link copied to clipboard
constructor(presence: PresenceSettings? = null, geofence: GeofenceSettings? = null, beacon: BeaconSettings? = null, checkin: CheckinSettings? = null)

Properties

Link copied to clipboard

Optional settings related to beacon technology.

Link copied to clipboard

Optional settings related to check-in.

Link copied to clipboard

Optional settings related to geofencing.

Link copied to clipboard

Optional settings related to presence detection.

Functions

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