Skip to main content

Overview

enum SeamUnlockEvent
Represents the stages of a door unlock operation performed by the Seam SDK.

Enumeration Cases

SeamUnlockEvent.connectionFailed(debugDescription:)

The unlock operation failed to connect.
case connectionFailed(debugDescription: String?)
Parameters
ParameterDescription
debugDescriptionOptional debug message providing failure details.

SeamUnlockEvent.grantedAccess

The lock granted access; entry is allowed.
case grantedAccess

SeamUnlockEvent.launched

The unlock operation has started scanning for a lock.
case launched

SeamUnlockEvent.timedOut

The unlock operation timed out.
case timedOut