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
8865a7e4
Commit
8865a7e4
authored
Mar 15, 2014
by
Sebastián Katzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Such a commit I would never accept as a PR ;)
parent
f39efbd5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
APPLocalNotification.h
src/ios/APPLocalNotification.h
+5
-10
APPLocalNotification.m
src/ios/APPLocalNotification.m
+0
-0
No files found.
src/ios/APPLocalNotification.h
View file @
8865a7e4
...
@@ -22,22 +22,17 @@
...
@@ -22,22 +22,17 @@
#import <Foundation/Foundation.h>
#import <Foundation/Foundation.h>
#import <Cordova/CDVPlugin.h>
#import <Cordova/CDVPlugin.h>
@interface
APPLocalNotification
:
CDVPlugin
{
@interface
APPLocalNotification
:
CDVPlugin
}
// Schedules a new local notification
// Schlüssel-Präfix für alle archivierten Meldungen
extern
NSString
*
const
kAPP_LOCALNOTIFICATION
;
// Fügt einen neuen Eintrag hinzu
-
(
void
)
add
:(
CDVInvokedUrlCommand
*
)
command
;
-
(
void
)
add
:(
CDVInvokedUrlCommand
*
)
command
;
//
Entfernt die zur ID passende Meldung
//
Cancels a given local notification
-
(
void
)
cancel
:(
CDVInvokedUrlCommand
*
)
command
;
-
(
void
)
cancel
:(
CDVInvokedUrlCommand
*
)
command
;
//
Entfernt alle registrierten Einträge
//
Cancels all currently scheduled notifications
-
(
void
)
cancelAll
:(
CDVInvokedUrlCommand
*
)
command
;
-
(
void
)
cancelAll
:(
CDVInvokedUrlCommand
*
)
command
;
// Checks wether a notification with an ID is scheduled
// Checks wether a notification with an ID is scheduled
-
(
void
)
isScheduled
:(
CDVInvokedUrlCommand
*
)
command
;
-
(
void
)
isScheduled
:(
CDVInvokedUrlCommand
*
)
command
;
// Retrieves a list
with
all currently pending notifications
// Retrieves a list
of ids from
all currently pending notifications
-
(
void
)
getScheduledIds
:(
CDVInvokedUrlCommand
*
)
command
;
-
(
void
)
getScheduledIds
:(
CDVInvokedUrlCommand
*
)
command
;
@end
@end
src/ios/APPLocalNotification.m
View file @
8865a7e4
This diff is collapsed.
Click to expand it.
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