| Class | Description |
|---|---|
| UNCalendarNotificationTrigger |
UNCalendarNotificationTrigger can be scheduled on the device to notify based on date and time values, and optionally repeat.
|
| UNLocationNotificationTrigger |
UNLocationNotificationTrigger can be scheduled on the device to notify when the user enters or leaves a geographic region.
|
| UNMutableNotificationContent | |
| UNNotification | |
| UNNotificationAction | |
| UNNotificationActionIcon | |
| UNNotificationAttachment | |
| UNNotificationCategory | |
| UNNotificationContent | |
| UNNotificationRequest | |
| UNNotificationResponse | |
| UNNotificationServiceExtension | |
| UNNotificationSettings | |
| UNNotificationSound | |
| UNNotificationTrigger | |
| UNPushNotificationTrigger |
UNPushNotificationTrigger can be sent from a server using Apple Push Notification Service.
|
| UNTextInputNotificationAction | |
| UNTextInputNotificationResponse | |
| UNTimeIntervalNotificationTrigger |
UNTimeIntervalNotificationTrigger can be scheduled on the device to notify after the time interval, and optionally repeat.
|
| UNUserNotificationCenter |
UNNotificationRequests can be scheduled using UNUserNotificationCenter.
|