8#import <Foundation/Foundation.h>
9#import <UserNotifications/UserNotifications.h>
11NS_ASSUME_NONNULL_BEGIN
13typedef NS_ENUM(NSInteger, EMNotificationState) {
14 EMWillPresentNotification = 0,
15 EMDidReceiveNotificationResponse
32- (void)emuserNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(
void (^)(UNNotificationPresentationOptions options))completionHandler;
44- (void)emuserNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(
void(^)(
void))completionHandler;
54- (void)emuserNotificationCenter:(UNUserNotificationCenter *)center openSettingsForNotification:(UNNotification *)notification;
65- (void)emGetNotificationMessage:(UNNotification*)notification state:(EMNotificationState)state;
76- (void)emDidRecivePushSilentMessage:(NSDictionary *)messageDic;
153- (void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(
void (^)(UNNotificationPresentationOptions options))completionHandler;
165- (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(
void(^)(
void))completionHandler;
Definition: AgoraChatLocalNotificationManager.h:81
instancetype _Nonnull sharedManager()
(unavailable("call sharedManager instead" __attribute__()
Definition: AgoraChatLocalNotificationManager.h:18