Enumerations
The following enumerations are available globally.
-
Emits stages of an unlock operation for UI reactions on connection, success, timeout, or failure.
Example:
let stream = try SeamSDKManager.shared.unlock(using: credentialId) stream.sink { event in // handle events }
See also
SeamSDKManager.unlock(using:timeout:)
Declaration
Swift
public enum SeamUnlockEvent
-
Undocumented
See moreDeclaration
Swift
public enum IntegrationProvider : String, Codable, Sendable, CaseIterable, Equatable
-
Undocumented
See moreDeclaration
Swift
public enum RequestMethod : String
-
Represents the current Bluetooth authorization state for
BluetoothManager
.Use this enum to determine if the app is authorized to use Bluetooth features.
See also
CBManagerAuthorization
Declaration
Swift
@available(iOS 13.0, *) public enum BluetoothManagerAuthorization : Int, Sendable
-
Undocumented
See moreDeclaration
Swift
public enum SeamError : Error
-
Undocumented
See moreDeclaration
Swift
public enum InternalSeamError : Error
-
Undocumented
See moreDeclaration
Swift
public enum SeamCredentialError : Error, Equatable, Codable, Hashable
-
Undocumented
See moreDeclaration
Swift
public enum AcsCredentialAccessMethod : String, Codable, Sendable
-
Undocumented
See moreDeclaration
Swift
public enum AcsCredentialType : String, Codable, Sendable