@phantomstudios/ft-lib
Version:
A collection of Javascript UI & tracking utils for FT sites
17 lines • 547 B
TypeScript
export declare class ConsentMonitor {
private _consent;
private _devHosts;
private _isDevEnvironment;
private _isInitialized;
get consent(): boolean;
get devHosts(): string[];
get isDevEnvironment(): boolean;
get isInitialized(): boolean;
get userHasConsented(): boolean;
constructor(hostname?: string, devHosts?: string[] | string);
private attachCmpListeners;
private enablePermutive;
private disablePermutive;
}
export { ConsentMonitor as consentMonitor };
//# sourceMappingURL=index.d.ts.map