@datadog/mobile-react-native
Version:
A client-side React Native module to interact with Datadog
13 lines • 358 B
TypeScript
/**
* A singleton container for attributes that are shared internally across all
* the SDK classes.
*/
export declare class GlobalState {
/**
* `true` if the SDK is initialized, `false` otherwise.
*/
isInitialized: boolean;
private static _instance;
static get instance(): GlobalState;
}
//# sourceMappingURL=GlobalState.d.ts.map