HyphenateChatSDK
3.8.7
|
构造函数 | |
((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 |
- (void) launchWithDelegate: | (id< EMLocalNotificationDelegate >) | aDelegate |
启动环信本地推送模块
- (void) userNotificationCenter: | (UNUserNotificationCenter *) | center | |
didReceiveNotificationResponse: | (UNNotificationResponse *) | response | |
withCompletionHandler: | (void(^)(void)) | completionHandler | |
如果用户在app层设置了UNUserNotificationCenterDelegate,需要在delegate实现中调用此方法
- (void) userNotificationCenter: | (UNUserNotificationCenter *) | center | |
willPresentNotification: | (UNNotification *) | notification | |
withCompletionHandler: | (void(^)(UNNotificationPresentationOptions options)) | completionHandler | |
如果用户在app层设置了UNUserNotificationCenterDelegate,需要在delegate实现中调用此方法