SeamUnlockProximity

public enum SeamUnlockProximity

Defines the required proximity for an unlock attempt.

This value is an input to unlock(using:proximity:timeout:) integrations and expresses the minimum physical proximity the caller requires for this operation.

Note

This enum describes a requirement.
  • Requires the user’s mobile device to be physically touching the lock hardware/reader.

    Declaration

    Swift

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

    Declaration

    Swift

    case nearby
  • No proximity requirement**; operation may be performed via network/relay.

    Declaration

    Swift

    case remote