enum ConsentResponseextension StructureScopedPermissionsController.ConsentResponse : SendableThe response from the consent request.
-
The consent request was successful.
completedis true if the user has completed the consent flow.consentedFeaturesis a map of feature to consent status.
Declaration
Swift
case success(completed: Bool?, consentedFeatures: [StructureScopedPermissionsController.Feature : StructureScopedPermissionsController.ConsentStatus]?) -
The user has already consented to the requested features.
Declaration
Swift
case alreadyConsented