Skip to content

Commit

Permalink
Make subscribeToTopic accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Vencatareddy committed Jul 6, 2018
1 parent 2befc73 commit 9ebe403
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ Notifications.requestPermissions = function() {
};

/* Fallback functions */
Notifications.subscribeToTopic = function() {
return this.callNative('subscribeToTopic', arguments);
};

Notifications.presentLocalNotification = function() {
return this.callNative('presentLocalNotification', arguments);
};
Expand Down

0 comments on commit 9ebe403

Please sign in to comment.