• window.consentApi.consentAll: Check if a set of given technical information (e.g. HTTP Cookie, LocalStorage, ...) have a consent. This is similar to window.consentApi.consent but for multiple cookies.

    Parameters

    • options: CookieConsentManager<any>
    • technicalDefinitions: [typeOrIdOrUniqueName: string | number, name?: string, host?: string][]

    Returns Promise<void[]>