Skip to content

Cordova plugin that checks whether push Notifications for the app has been enabled/disabled through settings

Notifications You must be signed in to change notification settings

MobileAccord/cordova-notifications-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-notifications-manager

Cordova plugin that checks whether push Notifications for the app has been enabled/disabled through settings

Usage

  window.isNotificationEnabled (
    function(sucess){ console.log('sucess : ' + sucess)}, 
    function(error){ console.log('failure : ' + error) }
  );

About

Cordova plugin that checks whether push Notifications for the app has been enabled/disabled through settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.8%
  • JavaScript 6.2%