🚀 Socket Launch Week 🚀 Day 3: Socket Acquires Coana.Learn More
Socket
Sign inDemoInstall
Socket

capacitor-google-play-services-checker

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-google-play-services-checker

Capacitor Plugin Google Play Services Checker

0.0.8
latest
Source
npm
Version published
Weekly downloads
335
-23.17%
Maintainers
0
Weekly downloads
 
Created
Source

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()

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

Check if Google Play Services is available.

Returns: Promise<{ isAvailable: boolean; }>

Keywords

capacitor

FAQs

Package last updated on 18 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts