0.0.1 • Published 2 months ago

referrer-plugin v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

referrer-plugin

Capacitor plugin to get referrer details

Install

npm install referrer-plugin
npx cap sync

API

getReferrerDetails()

getReferrerDetails() => Promise<ReferrerDetails>

Returns: Promise<ReferrerDetails>


Interfaces

ReferrerDetails

PropTypeDescription
referrerUrlstringThe install referrer passed to the store when installing the app, if any.
referrerClickTimenumberThe install referrer click time.
appInstallTimenumberThe app install time.
instantExperienceLaunchedbooleanIf the instant experience was launched.
0.0.1

2 months ago