cordova-plugin-hint-request
v0.0.4
Published
<!-- # license: Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The
Downloads
801
Maintainers
Readme
cordova-plugin-hint-request
This plugin provides functionality of Google Services Api - Mobile Number hint request for Android And return the Selected Mobile Number from Hint Request Popup
Installation
cordova plugin add cordova-plugin-hint-request
Methods
showHintRequest
Example
var success = function (result) {
alert(JSON.stringify(result));
}
var failure = function (result) {
alert(JSON.stringify(result);
}
cordova.plugins.CordovaHintRequest.showHintRequest({}, success, failure);
Supported Platforms
- Android