Skip to content

prototype-berlin/capacitor-plugin-usercentrics-cmp

Repository files navigation

capacitor-plugin-usercentrics-cmp

A Plugin for the Usercentrics Consent Management Platform (CMP) which enables you to harmonize your marketing and data strategy with legal requirements.

Install

npm install capacitor-plugin-usercentrics-cmp
npx cap sync

API

init(...)

init(options: { settingsId: string; language: string; }) => Promise<UsercentricsConsents>
Param Type
options { settingsId: string; language: string; }

Returns: Promise<UsercentricsConsents>


update(...)

update(options: { language: string; }) => Promise<UsercentricsConsents>
Param Type
options { language: string; }

Returns: Promise<UsercentricsConsents>


reset()

reset() => Promise<UsercentricsConsents>

Returns: Promise<UsercentricsConsents>


Interfaces

UsercentricsConsents

Prop Type
vendors UsercentricsVendor[]

UsercentricsVendor

Prop Type
status boolean
id string
type any
version string
label string

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •