@cartona/capacitor-google-play-availability
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

capacitor-google-play-availability

A capacitor plugin which is a wrapper for google play availability api that allows to check for google play services availability and enabling it if it's available


Install

npm install capacitor-google-play-availability
npx cap sync

API

isGooglePlayServicesAvailable()

isGooglePlayServicesAvailable() => Promise<{ available: boolean; }>

Retrieve google play services availability status

Returns: Promise<{ available: boolean; }>


makeGooglePlayServicesAvailable()

makeGooglePlayServicesAvailable() => Promise<{ enabled: boolean; }>

Retrieve enabling google play services available request result

Returns: Promise<{ enabled: boolean; }>


Dependents (0)

Package Sidebar

Install

npm i @cartona/capacitor-google-play-availability

Weekly Downloads

9

Version

1.1.0

License

MIT

Unpacked Size

26.2 kB

Total Files

29

Last publish

Collaborators

  • mazenaboelanin
  • hamdy.khalil
  • samatawy