HyphenateChatSDK
3.8.7
|
构造函数 | |
(void) | - emuserNotificationCenter:willPresentNotification:withCompletionHandler: |
(void) | - emuserNotificationCenter:didReceiveNotificationResponse:withCompletionHandler: |
- (void) emuserNotificationCenter: | (UNUserNotificationCenter *) | center | |
didReceiveNotificationResponse: | (UNNotificationResponse *) | response | |
withCompletionHandler: | (void(^)(void)) | completionHandler | |
当应用打开非环信推送通知时,此方法会被调用
- (void) emuserNotificationCenter: | (UNUserNotificationCenter *) | center | |
willPresentNotification: | (UNNotification *) | notification | |
withCompletionHandler: | (void(^)(UNNotificationPresentationOptions options)) | completionHandler | |
当应用收到非环信在线推送通知时,此方法会被调用