Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Issue #2615: fixed links in TOC of docs/API.md (#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptandler authored and jcesarmobile committed Nov 6, 2018
1 parent 2f45c0d commit ee4e8c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

- [.init()](#pushnotificationinitoptions)
- [.hasPermission()](#pushnotificationhaspermissionsuccesshandler)
- [.createChannel() - Android only](#pushnotificationcreatechannel)
- [.deleteChannel() - Android only](#pushnotificationdeletechannel)
- [.listChannels() - Android only](#pushnotificationlistchannels)
- [.createChannel() - Android only](#pushnotificationcreatechannelsuccesshandler-failurehandler-channel)
- [.deleteChannel() - Android only](#pushnotificationdeletechannelsuccesshandler-failurehandler-channelid)
- [.listChannels() - Android only](#pushnotificationlistchannelssuccesshandler)
- [push.on()](#pushonevent-callback)
- [push.on('registration')](#pushonregistration-callback)
- [push.on('notification')](#pushonnotification-callback)
Expand Down Expand Up @@ -612,4 +612,4 @@ push.clearNotification(() => {
}, () => {
console.log('error');
}, 145);
```
```

0 comments on commit ee4e8c8

Please sign in to comment.