HyphenateChatSDK  3.8.7
构造函数 | 类方法 | 所有成员列表
EMLocalNotificationManager类 参考
类 EMLocalNotificationManager 继承关系图:

构造函数

((unavailable("call sharedManager instead") - __attribute__
 
((unavailable("call sharedManager instead") - __attribute__
 
(void) - launchWithDelegate:
 
(void) - userNotificationCenter:willPresentNotification:withCompletionHandler:
 
(void) - userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:
 

类方法

((unavailable("call sharedManager instead") + __attribute__
 
((unavailable("call sharedManager instead") + __attribute__
 
(instancetype _Nonnull) + sharedManager
 

函数文档

◆ launchWithDelegate:

- (void) launchWithDelegate: (id< EMLocalNotificationDelegate >)  aDelegate

启动环信本地推送模块

◆ userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:

- (void) userNotificationCenter: (UNUserNotificationCenter *)  center
didReceiveNotificationResponse: (UNNotificationResponse *)  response
withCompletionHandler: (void(^)(void))  completionHandler 

如果用户在app层设置了UNUserNotificationCenterDelegate,需要在delegate实现中调用此方法

◆ userNotificationCenter:willPresentNotification:withCompletionHandler:

- (void) userNotificationCenter: (UNUserNotificationCenter *)  center
willPresentNotification: (UNNotification *)  notification
withCompletionHandler: (void(^)(UNNotificationPresentationOptions options))  completionHandler 

如果用户在app层设置了UNUserNotificationCenterDelegate,需要在delegate实现中调用此方法


该类的文档由以下文件生成: