• Get the current TCF string stored in our first party cookie and return a valid GVL instance and TCModel. It returns undefined if no TCF string is currently present.

    Parameters

    Returns {
        gvl: GVL;
        model: TCModel;
        tcfString: string;
        tcfStringForVendors: (() => string);
    }

    • gvl: GVL
    • model: TCModel
    • tcfString: string
    • tcfStringForVendors: (() => string)
        • (): string
        • Returns string