UNPKG

cordova-plugin-gooogle-play-in-app-review

Version:

This is a cordova plugin for Google Play In App Review

6 lines (4 loc) 175 B
var exec = require('cordova/exec'); exports.initGooglePlayReview = function (success, error) { exec(success, error, 'InAppReviewAndroid', 'initGooglePlayReview', []); };