HyphenateChatSDK  3.8.7
Instance Methods | Class Methods | List of all members
EMLocalNotificationManager Class Reference
Inheritance diagram for EMLocalNotificationManager:

Instance Methods

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

Class Methods

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

Method Documentation

◆ launchWithDelegate:

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

Enable easemob local notification.

◆ userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:

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

User should call this method in the implementation of UNUserNotificationCenterDelegate if they have override UNUserNotificationCenterDelegate in-app.

◆ userNotificationCenter:willPresentNotification:withCompletionHandler:

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

User should call this method in the implementation of UNUserNotificationCenterDelegate if they have override UNUserNotificationCenterDelegate in-app.


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