UNPKG

@datadog/mobile-react-native

Version:

A client-side React Native module to interact with Datadog

9 lines 231 B
/** * Enum specifying possible consent options for DD SDK. */ export declare enum TrackingConsent { PENDING = "pending", GRANTED = "granted", NOT_GRANTED = "not_granted" } //# sourceMappingURL=TrackingConsent.d.ts.map