@vivendo/referral
v0.0.2
Published
Track App Store and Play Store app installs
Downloads
1
Readme
@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; }>