UNPKG

airbridge-react-native-sdk

Version:

Airbridge SDK for React Native

13 lines (12 loc) 261 B
/** * Tracking data types to block from collection */ export declare enum AirbridgeTrackingBlocklist { IDFA = "idfa", IDFV = "idfv", SKAdNetwork = "SKAdNetwork", GAID = "gaid", OAID = "oaid", FAID = "faid", AppSetID = "appSetID" }