Skip to content

Whebcraft/Cordova-Mobile-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova-Mobile-Data

This plugin set / gets the Mobile data state.

This Plugin Requires https://github.com/Whebcraft/System_api.git

Install https://github.com/Whebcraft/Cordova-Mobile-Data.git

com.webcraft.mobiledata

Enable:

@return - String, 'enabled'
window.mobiledata.enable({success:dataEnabled});


Disable:

@return - String, 'disabled'
window.mobiledata.disable({success:dataDisable});


Toggle:

@return - String, 'enabled/disabled'
window.mobiledata.toggle({success:dataToggle});


Check:

@return - String, 'enabled/disabled'
window.mobiledata.check({success:dataCheck});

About

This plugin set / gets the Mobile data state.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published