Skip to main content

Overview

enum SeamUnlockProximity
Defines the required proximity for an unlock attempt.

Enumeration Cases

SeamUnlockProximity.nearby

Requires the user to be within a few meters of the lock/reader.
case nearby

SeamUnlockProximity.remote

No proximity requirement; operation may be performed via network/relay.
case remote

SeamUnlockProximity.touch

Requires the user’s mobile device to be physically touching the lock hardware/reader.
case touch