0.0.8 • Published 10 months ago

capacitor-google-play-services-checker v0.0.8

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

capacitor-google-play-services-checker

Capacitor Plugin Google Play Services Checker

Install

npm install capacitor-google-play-services-checker
npx cap sync

Example

import { GooglePlayServicesChecker } from 'capacitor-google-play-services-checker';

check = async () => {
  const checkResult = await GooglePlayServicesChecker.check();

  console.log('Google Play Services Available:', checkResult.isAvailable);
};

API

check()

check() => Promise<{ isAvailable: boolean; }>

Check if Google Play Services is available.

Returns: Promise<{ isAvailable: boolean; }>


0.0.8

10 months ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago