mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
cleanup
This commit is contained in:
parent
87f15ced04
commit
91f1704f68
1 changed files with 0 additions and 10 deletions
|
|
@ -5,16 +5,10 @@
|
|||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
bool checkBundleIdentifier(void);
|
||||
bool requestUserNotificationAuthorization(void *completion);
|
||||
bool checkNotificationAuthorization(void);
|
||||
void sendNotification(const char *identifier, const char *title, const char *subtitle, const char *body, void *completion);
|
||||
|
||||
// New advanced notification functions
|
||||
void sendNotificationWithActions(const char *identifier, const char *title, const char *subtitle,
|
||||
const char *body, const char *categoryId, const char *actions_json, void *completion);
|
||||
void registerNotificationCategory(const char *categoryId, const char *actions_json, bool hasReplyField,
|
||||
|
|
@ -24,8 +18,4 @@ void removePendingNotification(const char *identifier);
|
|||
void removeAllDeliveredNotifications(void);
|
||||
void removeDeliveredNotification(const char *identifier);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* NOTIFICATIONS_DARWIN_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue