Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cordova-plugin-local-notifications
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nabil Sadki
cordova-plugin-local-notifications
Commits
a3451824
Commit
a3451824
authored
Jun 07, 2014
by
Sebastián Katzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add method index for better overview
parent
4df084cd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
README.md
README.md
+14
-0
No files found.
README.md
View file @
a3451824
...
@@ -85,6 +85,19 @@ More informations can be found [here][PGB_plugin].
...
@@ -85,6 +85,19 @@ More informations can be found [here][PGB_plugin].
## Using the plugin
## Using the plugin
The plugin creates the object
```window.plugin.notification.local```
with the following methods:
The plugin creates the object
```window.plugin.notification.local```
with the following methods:
1.
[
notification.local.add
][
add
]
2.
[
notification.local.cancel
][
cancel
]
3.
[
notification.local.cancelAll
][
cancelall
]
4.
[
notification.local.isScheduled
][
isscheduled
]
5.
[
notification.local.getScheduledIds
][
getscheduledids
]
6.
[
notification.local.isTriggered
][
istriggered
]
7.
[
notification.local.getDefaults
][
getdefaults
]
8.
[
notification.local.setDefaults
][
setDefaults
]
9.
[
notification.local.onadd
][
onadd
]
10.
[
notification.local.ontrigger
][
ontrigger
]
11.
[
notification.local.onclick
][
onclick
]
12.
[
notification.local.oncancel
][
oncancel
]
### Plugin initialization
### Plugin initialization
The plugin and its methods are not available before the
*deviceready*
event has been fired.
The plugin and its methods are not available before the
*deviceready*
event has been fired.
...
@@ -526,6 +539,7 @@ This software is released under the [Apache 2.0 License][apache2_license].
...
@@ -526,6 +539,7 @@ This software is released under the [Apache 2.0 License][apache2_license].
[
getscheduledids
]:
#retrieve-the-ids-from-all-currently-scheduled-local-notifications
[
getscheduledids
]:
#retrieve-the-ids-from-all-currently-scheduled-local-notifications
[
gettriggeredids
]:
#retrieve-the-ids-from-all-currently-triggered-local-notifications
[
gettriggeredids
]:
#retrieve-the-ids-from-all-currently-triggered-local-notifications
[
isscheduled
]:
#check-wether-a-notification-with-an-id-is-scheduled
[
isscheduled
]:
#check-wether-a-notification-with-an-id-is-scheduled
[
istriggered
]:
#check-wether-a-notification-with-an-id-was-triggered
[
examples
]:
#examples
[
examples
]:
#examples
[
setdefaults-example
]:
#change-the-default-value-of-local-notification-properties
[
setdefaults-example
]:
#change-the-default-value-of-local-notification-properties
[
apache2_license
]:
http://opensource.org/licenses/Apache-2.0
[
apache2_license
]:
http://opensource.org/licenses/Apache-2.0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment