BVNotificationCenterObject Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | BVNotificationCenterObject.h |
– addNotificationCategories:
- (void)addNotificationCategories:(nonnull BVNotificationProperties *)notificationProperties– userNotificationCenter:didReceiveNotificationResponse:
- (void)userNotificationCenter:(nonnull UNUserNotificationCenter *)center didReceiveNotificationResponse:(nonnull UNNotificationResponse *)response– handleActionWithIdentifier:forLocalNotification:
- (void)handleActionWithIdentifier:(nullable NSString *)identifier forLocalNotification:(nonnull UILocalNotification *)notification