0.1.1 • Published 1 year ago

capacitor-detect-mobile-services v0.1.1

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

capacitor-detect-mobile-services

Install

npm install capacitor-detect-mobile-services

or

yarn add capacitor-detect-mobile-services
------------
npx cap sync

Configure

API

GetMediaService()

GetMediaService() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }> Possible values: GMS, HMS, ios, web or unknown


HasHMS()

HasHMS() => Promise<{ value: boolean; }>

Returns: Promise<{ value: boolean; }>


HasGMS()

HasGMS() => Promise<{ value: boolean; }>

Returns: Promise<{ value: boolean; }>


Personal note

0.1.1

1 year ago

0.1.0

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago