0.0.1 • Published 1 year ago

capacitor-plugin-googleplayservices-check v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

capacitor-plugin-googleplayservices-check

Capacitor Plugin Google Play Services Checker

Install

npm install capacitor-plugin-googleplayservices-check
npx cap sync

API

checkAvailability()

checkAvailability() => Promise<{ available: boolean; version?: number; error?: string; errorCode?: number; }>

Returns: Promise<{ available: boolean; version?: number; error?: string; errorCode?: number; }>


0.0.1

1 year ago