HyphenateChatSDK  3.8.7
Instance Methods | List of all members
<EMLocalNotificationDelegate> Protocol Reference
Inheritance diagram for <EMLocalNotificationDelegate>:

Instance Methods

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

Method Documentation

◆ emuserNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:

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

This method will be called when user open local notification except easemob notification.

◆ emuserNotificationCenter:willPresentNotification:withCompletionHandler:

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

This method will be called when application receive local notification except easemob notification.


The documentation for this protocol was generated from the following file: