capacitor-plugin-googleplayservices-check
v0.0.1
Published
Capacitor Plugin Google Play Services Checker
Downloads
2
Readme
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; }>