0.0.2 • Published 1 year ago
@vivendo/referral v0.0.2
@vivendo/referral
Track App Store and Play Store app installs
Install
npm install @vivendo/referral
npx cap sync
API
getInstallReferrer(...)
getInstallReferrer(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
handleOpenUrl(...)
handleOpenUrl(options: { url: string; }) => Promise<{ url: string; }>
Param | Type |
---|---|
options | { url: string; } |
Returns: Promise<{ url: string; }>