UNPKG

@nativescript/firebase-analytics

Version:
13 lines 626 B
export var ConsentType; (function (ConsentType) { ConsentType[ConsentType["Ad_Storage"] = 0] = "Ad_Storage"; ConsentType[ConsentType["Analytics_Storage"] = 1] = "Analytics_Storage"; ConsentType[ConsentType["Ad_User_Data"] = 2] = "Ad_User_Data"; ConsentType[ConsentType["Ad_Personalization"] = 3] = "Ad_Personalization"; })(ConsentType || (ConsentType = {})); export var ConsentStatus; (function (ConsentStatus) { ConsentStatus[ConsentStatus["Denied"] = 0] = "Denied"; ConsentStatus[ConsentStatus["Granted"] = 1] = "Granted"; })(ConsentStatus || (ConsentStatus = {})); //# sourceMappingURL=common.js.map