UNPKG

238 BTypeScriptView Raw
1/**
2 * Enables the Analytics category to permit the transmission of events.
3 *
4 * @note
5 * Analytics is enabled by default. You do not need to call this API unless you have disabled Analytics.
6 */
7export declare const enable: () => void;