AdswizzPermissionValue
@objc
public enum AdswizzPermissionValue : IntSupported types of permission values.
- 
                  
                  Permission is granted. DeclarationSwift case granted
- 
                  
                  Permission is denied. DeclarationSwift case denied
- 
                  
                  Permission was not asked yet. DeclarationSwift case notAsked
- 
                  
                  Permission can’t be asked: - either because the usage string is missing in app’s Info.plist
- or the access to the permission is restricted programmatically (see AdswizzSDK.shared setPermissionStatus(for type:status:)method)
- or the AdswizzSDKPrivacyDataCoreframework and the permission module were not found at runtime
 DeclarationSwift case cantAsk
