UNPKG
cordova-plugin-gooogle-play-in-app-review
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
This is a cordova plugin for Google Play In App Review
cordova-plugin-gooogle-play-in-app-review
/
www
/
InAppReviewAndroid.js
6 lines
(4 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
var
exec =
require
(
'cordova/exec'
);
exports
.
initGooglePlayReview
=
function
(
success, error
) {
exec
(success, error,
'InAppReviewAndroid'
,
'initGooglePlayReview'
, []); };