Interface UNUserNotificationCenterDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UNUserNotificationCenterDelegateAdapter
public interface UNUserNotificationCenterDelegate extends NSObjectProtocol
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description voiddidReceiveNotificationResponse(UNUserNotificationCenter center, UNNotificationResponse response, Runnable completionHandler)voidopenSettings(UNUserNotificationCenter center, UNNotification notification)voidwillPresentNotification(UNUserNotificationCenter center, UNNotification notification, VoidBlock1<UNNotificationPresentationOptions> completionHandler)
-
Method Details
-
willPresentNotification
void willPresentNotification(UNUserNotificationCenter center, UNNotification notification, VoidBlock1<UNNotificationPresentationOptions> completionHandler)- Since:
- Available in iOS 10.0 and later.
-
didReceiveNotificationResponse
void didReceiveNotificationResponse(UNUserNotificationCenter center, UNNotificationResponse response, Runnable completionHandler)- Since:
- Available in iOS 10.0 and later.
-
openSettings
- Since:
- Available in iOS 12.0 and later.
-