◆ 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: