capacitor-detect-mobile-services
v0.1.1
Published
Detect android HMS or GMS service, ios or web.
Downloads
1
Maintainers
Readme
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; }>