Skip to content

Structure

SQLiteAuthorizerResponse

The response from an authorizer callback.
struct SQLiteAuthorizerResponse

Topics

Initializers

  • init(rawValue: Int32)
    Creates a new SQLiteAuthorizerResponse with the given raw value. For unknown values, this still creates an instance - use the static properties for known responses.

Instance Properties

Type Properties

Relationships

Conforms To

  • Swift.Equatable
  • Swift.Hashable
  • Swift.RawRepresentable
  • Swift.Sendable
  • Swift.SendableMetatype