capacitor-liveramp
v0.0.4
Published
LiveRamp ATS and eCST
Readme
capacitor-liveramp
LiveRamp ATS and eCST
Install
npm install capacitor-liveramp
npx cap syncAPI
setHasConsentForNoLegislation(...)
setHasConsentForNoLegislation(options: { hasConsentForNoLegislation: boolean; }) => Promise<void>| Param | Type |
| ------------- | ----------------------------------------------------- |
| options | { hasConsentForNoLegislation: boolean; } |
initialize(...)
initialize(options: { appId: string; isTestMode: boolean; }) => Promise<void>| Param | Type |
| ------------- | ---------------------------------------------------- |
| options | { appId: string; isTestMode: boolean; } |
getEnvelope(...)
getEnvelope(options: { type: string; identifier: string; }) => Promise<{ envelope: string; }>| Param | Type |
| ------------- | -------------------------------------------------- |
| options | { type: string; identifier: string; } |
Returns: Promise<{ envelope: string; }>
