UNPKG

cordova-plugin-otp-autofill-v2

Version:

An Android Cordova plugin that auto populates otp received through sms.

8 lines (6 loc) 229 B
var exec = require('cordova/exec'); module.exports = { startOTPListener: function(successCallback,errorCallback,options) { cordova.exec(successCallback,errorCallback,"SmsOtpAutofill","extractOtp",[options]); } }