Skip to content

mejainankit/cordova-plugin-mobile-hint-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Android Quirks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published