[[["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 2024-10-31 UTC."],[],[],null,["# Firebase.Analytics Namespace\n\nFirebase.Analytics\n==================\n\nSummary\n-------\n\n| ### Enumerations ||\n|---------------------------------------------------------------------------------------|--------------------------------------------|\n| [ConsentStatus](#namespace_firebase_1_1_analytics_1ab87c55ec1a8727fd7a14850f2ad86e8b) | enum The status value of the consent type. |\n| [ConsentType](#namespace_firebase_1_1_analytics_1a9bbaa83c33ea86aec075f5f666fa5935) | enum The type of consent to set. |\n\n| ### Classes ||\n|-----------------------------------------------------------------------------------------------------------|------------------|\n| [Firebase.Analytics.FirebaseAnalytics](/docs/reference/unity/class/firebase/analytics/firebase-analytics) | |\n| [Firebase.Analytics.Parameter](/docs/reference/unity/class/firebase/analytics/parameter) | Event parameter. |\n\nEnumerations\n------------\n\n### ConsentStatus\n\n```c#\n ConsentStatus\n``` \nThe status value of the consent type.\n\nSupported statuses are ConsentStatus.Granted and ConsentStatus.Denied. \n\n### ConsentType\n\n```c#\n ConsentType\n``` \nThe type of consent to set.\n\nSupported consent types are mapped to corresponding constants in the Android and iOS SDKs. Omitting a type retains its previous status."]]