0.0.4 • Published 3 years ago
capacitor-liveramp v0.0.4
capacitor-liveramp
LiveRamp ATS and eCST
Install
npm install capacitor-liveramp
npx cap sync
API
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; }>