@usercentrics/cmp-browser-sdk
Version:
Usercentrics CMP Browser SDK
9 lines (8 loc) • 594 B
TypeScript
import { STRING_CHARACTER } from '../../services/SettingsV2/enums/Ccpa/enums';
export declare const addFrame: () => void;
export declare const getCcpaStringExplicitNotice: (ccpaString: string) => boolean;
export declare const convertCcpaStringToBoolean: (ccpaString: string) => boolean;
export declare const createCcpaString: (isOptedOut: boolean, isNoticeGiven: STRING_CHARACTER, iabAgreementExists: boolean) => string;
export declare const getOptOutStatus: () => boolean;
export declare const handleUspApiMessage: (event: MessageEvent) => void;
export declare const setPublicApi: () => void;