class documentation

class _QMANotificationDelegateWrapper(NSObject): (source)

View In Hierarchy

UNUserNotificationCenterDelegate implementation.

Method initWithConfig_ Undocumented
Method userNotificationCenter_didReceiveNotificationResponse_withCompletionHandler_ We received a response to a notification.
Method userNotificationCenter_willPresentNotification_withCompletionHandler_ Undocumented
Instance Variable config Undocumented

Undocumented

def userNotificationCenter_didReceiveNotificationResponse_withCompletionHandler_(self, notificationCenter: UNUserNotificationCenter, notificationResponse: UNNotificationResponse, completionHandler: Callable[[], None]): (source)

We received a response to a notification.

def userNotificationCenter_willPresentNotification_withCompletionHandler_(self, notificationCenter: UNUserNotificationCenter, notification: UNNotification, completionHandler: Callable[[UNNotificationPresentationOptions], None]): (source)

Undocumented