cordova-plugin-check-huawei-services-google-priority
v1.0.0
Published
This plugin based cordova-plugin-check-huawei-services, and add priority check for google services
Downloads
4
Readme
Cordova Check Huawei Services Availability
Use this plugin to check if an android device has the Huawei Services
available. It would be helpful if you want to check if the device is a Huawei without Google Services
.
Install
cordova plugin add https://github.com/pawfrolow/cordova-plugin-check-huawei-services-google-priority
or
cordova plugin add cordova-plugin-check-huawei-services-google-priority
Usage in Javascript
// available => iOS + Android
CheckHuaweiServices.checkHuaweiServicesAvailability(successCallback, failureCallback)
successCallback({ status: boolean})
status will betrue
if the device is a Huawei device without Google Services.failureCallback(error:string)
is called if there was an error checking if the device has or not Google Services.