The type of consent to set. Supported consent types are ConsentType.adStorage,
ConsentType.analyticsStorage, ConsentType.adUserData, and ConsentType.adPersonalization.
Omitting a type retains its previous status.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-31 UTC."],[],[],null,["# FirebaseAnalytics Framework Reference\n\nType Definitions\n================\n\nThe following type definitions are available globally.\n- `\n ``\n ``\n `\n\n ### [FIRConsentType](#/c:FIRAnalytics+Consent.h@T@FIRConsentType)\n\n `\n ` \n The type of consent to set. Supported consent types are `ConsentType.adStorage`,\n `ConsentType.analyticsStorage`, `ConsentType.adUserData`, and `ConsentType.adPersonalization`.\n Omitting a type retains its previous status. \n\n #### Declaration\n\n Objective-C \n\n typedef NSString *FIRConsentType\n\n- `\n ``\n ``\n `\n\n ### [FIRConsentStatus](#/c:FIRAnalytics+Consent.h@T@FIRConsentStatus)\n\n `\n ` \n The status value of the consent type. Supported statuses are `ConsentStatus.granted` and\n `ConsentStatus.denied`. \n\n #### Declaration\n\n Objective-C \n\n typedef NSString *FIRConsentStatus"]]