HyphenateChatSDK  3.8.7
构造函数 | 所有成员列表
<EMLocalNotificationDelegate>协议 参考
类 <EMLocalNotificationDelegate> 继承关系图:

构造函数

(void) - emuserNotificationCenter:willPresentNotification:withCompletionHandler:
 
(void) - emuserNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:
 

函数文档

◆ emuserNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:

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

当应用打开非环信推送通知时,此方法会被调用

◆ emuserNotificationCenter:willPresentNotification:withCompletionHandler:

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

当应用收到非环信在线推送通知时,此方法会被调用


该协议的文档由以下文件生成: