Skip to content

aquto/cordova-plugin-roaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-roaming

To install this plugin, follow the Command-line Interface Guide.

If you are not using the Cordova Command-line Interface, follow Using Plugman to Manage Plugins.

Exposes 1 methods:

  • get: returns NetworkInfo.isRoaming as a bool

Each method takes two arguments, success and error functions.

Usage examples:

window.plugins.roaming.get(
  function(roaming) {
    console.log("roaming status: " + roaming);
  },
  function() {
    console.log("error loading roaming status");
  }
);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published