PresenceSettings

class PresenceSettings(val dwellTimeInSeconds: String? = null)

Represents the presence settings within the program.

Constructors

Link copied to clipboard
constructor(dwellTimeInSeconds: String? = null)

Properties

Link copied to clipboard

A string representing the dwellTimeInSeconds time setting.

Functions

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