0.0.9 • Published 2 years ago

capacitor-get-google-account v0.0.9

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

capacitor-get-google-account

plugin for get google account

Install

npm install capacitor-get-google-account
npx cap sync

API

getSDKVersion()

getSDKVersion() => Promise<{ 'SDK_INT': number; }>

Returns: Promise<{ SDK_INT: number; }>


getEmail()

getEmail() => Promise<{ email: string; }>

Returns: Promise<{ email: string; }>


0.0.9

2 years ago

0.0.7

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago