0.0.4 • Published 3 years ago

capacitor-liveramp v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

capacitor-liveramp

LiveRamp ATS and eCST

Install

npm install capacitor-liveramp
npx cap sync

API

setHasConsentForNoLegislation(...)

setHasConsentForNoLegislation(options: { hasConsentForNoLegislation: boolean; }) => Promise<void>
ParamType
options{ hasConsentForNoLegislation: boolean; }

initialize(...)

initialize(options: { appId: string; isTestMode: boolean; }) => Promise<void>
ParamType
options{ appId: string; isTestMode: boolean; }

getEnvelope(...)

getEnvelope(options: { type: string; identifier: string; }) => Promise<{ envelope: string; }>
ParamType
options{ type: string; identifier: string; }

Returns: Promise<{ envelope: string; }>


0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.1-2

3 years ago

0.0.1-1

3 years ago

0.0.1-0

3 years ago