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:)

    See more

    Declaration

    Swift

    public enum SeamUnlockEvent
  • Undocumented

    See more

    Declaration

    Swift

    public enum IntegrationProvider : String, Codable, Sendable, CaseIterable, Equatable
  • Undocumented

    See more

    Declaration

    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
    See more

    Declaration

    Swift

    @available(iOS 13.0, *)
    public enum BluetoothManagerAuthorization : Int, Sendable
  • Undocumented

    See more

    Declaration

    Swift

    public enum SeamError : Error
  • Undocumented

    See more

    Declaration

    Swift

    public enum InternalSeamError : Error
  • Undocumented

    See more

    Declaration

    Swift

    public enum SeamCredentialError : Error, Equatable, Codable, Hashable
  • Undocumented

    See more

    Declaration

    Swift

    public enum AcsCredentialAccessMethod : String, Codable, Sendable
  • Undocumented

    See more

    Declaration

    Swift

    public enum AcsCredentialType : String, Codable, Sendable

Non-Codable Struts