Skip to content

Utility to get the referrer of the installation on Google Play.

License

Notifications You must be signed in to change notification settings

adelabd/capacitor-referrer

 
 

Repository files navigation

capacitor-referrer

Utility to get the referrer of the installation on Google Play.

Install

npm install capacitor-referrer
npx cap sync

API

getReferrerDetails()

getReferrerDetails() => Promise<ReferrerDetails>

Returns: Promise<ReferrerDetails>


Interfaces

ReferrerDetails

Prop Type Description
referrerUrl string The install referrer passed to the store when installing the app, if any.
referrerClickTime number The install referrer click time.
appInstallTime number The app install time.
instantExperienceLaunched boolean If the instant experience was launched.

About

Utility to get the referrer of the installation on Google Play.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 49.6%
  • Swift 17.2%
  • Ruby 11.4%
  • TypeScript 8.3%
  • Objective-C 7.9%
  • JavaScript 5.6%