◆ __attribute__ [1/4]
◆ __attribute__ [2/4]
◆ __attribute__ [3/4]
◆ __attribute__ [4/4]
Copy and generate a new instance.
◆ launchWithDelegate:
Enables the chat message notification service.
Once you enable this service, the new message is reported in the notification bar so that users can read them in time.
◆ sharedManager
+ (instancetype _Nonnull) sharedManager |
|
|
|
◆ userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:
- (void) userNotificationCenter: |
|
(UNUserNotificationCenter *) |
center |
didReceiveNotificationResponse: |
|
(UNNotificationResponse *) |
response |
withCompletionHandler: |
|
(void(^)(void)) |
completionHandler |
|
|
| |
When the system receives a push notification, the callback method is triggered when the notification bar is clicked. 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. If you don't want the SDK to execute the callback, don't pass the completionHandler
The documentation for this class was generated from the following file: