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
f82b9d32
Commit
f82b9d32
authored
Sep 29, 2014
by
Sebastián Katzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong month
parent
6b9295b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
CHANGELOG.md
CHANGELOG.md
+1
-1
README.md
README.md
+3
-3
No files found.
CHANGELOG.md
View file @
f82b9d32
## ChangeLog
#### Version 0.7.5 (29.
10
.2014)
#### Version 0.7.5 (29.
09
.2014)
-
[
enhancement:
]
__iOS8 Support__
-
[
feature:
]
New method
`hasPermission`
to ask if the user has granted to display local notifications.
-
[
feature:
]
New method
`promptForPermission`
to promt the user to grant permission to display local notifications.
...
...
README.md
View file @
f82b9d32
...
...
@@ -70,7 +70,7 @@ More informations can be found [here][PGB_plugin].
## ChangeLog
#### Version 0.7.5 (29.
10
.2014)
#### Version 0.7.5 (29.
09
.2014)
-
[
enhancement:
]
__iOS8 Support__
-
[
feature:
]
New method
`hasPermission`
to ask if the user has granted to display local notifications.
-
[
feature:
]
New method
`promptForPermission`
to promt the user to grant permission to display local notifications.
...
...
@@ -125,7 +125,7 @@ All properties are optional. If no date object is given, the notification pops-u
If the ID has an invalid format, it will be ignored, but canceling the notification will fail.
#### Further informations
-
The notification can only be sheduled if the user has previously granted the
[
required permission
][
prompt_permission
]
.
-
The notification can only be s
c
heduled if the user has previously granted the
[
required permission
][
prompt_permission
]
.
-
See the
[
onadd
][
onadd
]
event of how a listener can be registered to be notified when a local notification has been scheduled.
-
See the
[
ontrigger
][
ontrigger
]
event of how a listener can be registered to be notified when a local notification has been triggered.
-
See the
[
onclick
][
onclick
]
event of how a listener can be registered to be notified when the user has been clicked on a local notification.
...
...
@@ -304,7 +304,7 @@ window.plugin.notification.local.add({
});
```
__Note:__
The notification can only be sheduled if the user has granted the
[
required permission
][
prompt_permission
]
.
__Note:__
The notification can only be s
c
heduled if the user has granted the
[
required permission
][
prompt_permission
]
.
### Scheduling an immediately triggered local notification
The example below shows how to schedule a local notification which will be triggered immediatly.
...
...
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