ConsentStatus

enum ConsentStatus
extension StructureScopedPermissionsController.ConsentStatus : Equatable, Hashable, Sendable

The status of the consent.

  • The user has consented to the feature.

    Declaration

    Swift

    case consented
  • The user has not consented to the feature.

    Declaration

    Swift

    case notConsented
  • The consent status is unspecified or unknown.

    Declaration

    Swift

    case unspecified