cordova-plugin-dialonce
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "cordova-plugin-dialonce", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Cordova plugin for Dial Once", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -57,3 +57,2 @@ # Dial Once - Cordova plugin | ||
## Example | ||
@@ -66,1 +65,7 @@ | ||
$ cordova plugin add cordova-plugin-dialonce --variable ANDROID_API_KEY="<ANDROID_API_KEY>" | ||
## API | ||
Dial-Once SDK works as an autonomous component. One thing which needs to be done is to request for permissions. This can be done by `navigator.dialonce.requestPermissions()` call. | ||
This is important becuase beginning in Android 6.0 (API level 23), users grant permissions to apps while the app is running, not when they install the app. And without these permissions, the SDK will not able to work properly. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
9687
9
10
70