DeviceSettings

data class DeviceSettings(var autoLockEnabled: Boolean? = null, var autoLockDelay: Int? = DEFAULT_AUTO_LOCK_FROM_SEMI_LOCKED_DELAY_SECONDS, var autoLockImplicitEnabled: Boolean? = null, var autoLockImplicitDelay: Int? = DEFAULT_AUTO_LOCK_FROM_SEMI_LOCKED_DELAY_SECONDS, var pullSpringEnabled: Boolean? = null, var pullSpringDuration: Int? = DEFAULT_PULL_SPRING_DURATION_SECONDS, var autoPullSpringEnabled: Boolean? = null, var postponedLockEnabled: Boolean? = null, var postponedLockDelay: Int? = DEFAULT_POSTPONED_LOCK_DELAY, var buttonLockEnabled: Boolean? = null, var buttonUnlockEnabled: Boolean? = null, var hasUnpairedKeypad: Boolean? = null, var isAsync: Boolean? = null, var isCustomPullSpringDuration: Boolean = false, var isCustomPostponedLockDelay: Boolean = false, var deviceId: Int = -1)

Constructors

Link copied to clipboard
constructor(autoLockEnabled: Boolean? = null, autoLockDelay: Int? = DEFAULT_AUTO_LOCK_FROM_SEMI_LOCKED_DELAY_SECONDS, autoLockImplicitEnabled: Boolean? = null, autoLockImplicitDelay: Int? = DEFAULT_AUTO_LOCK_FROM_SEMI_LOCKED_DELAY_SECONDS, pullSpringEnabled: Boolean? = null, pullSpringDuration: Int? = DEFAULT_PULL_SPRING_DURATION_SECONDS, autoPullSpringEnabled: Boolean? = null, postponedLockEnabled: Boolean? = null, postponedLockDelay: Int? = DEFAULT_POSTPONED_LOCK_DELAY, buttonLockEnabled: Boolean? = null, buttonUnlockEnabled: Boolean? = null, hasUnpairedKeypad: Boolean? = null, isAsync: Boolean? = null, isCustomPullSpringDuration: Boolean = false, isCustomPostponedLockDelay: Boolean = false, deviceId: Int = -1)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String