Slide 11
Slide 11 text
In-App Presentation (New!)
// UNUserNotificationCenterDelegate
func userNotificationCenter(_ center: UNUserNotificationCenter,
willPresent notification: UNNotification,
withCompletionHandler completionHandler:
(UNNotificationPresentationOptions) -> Void) {
// Show notification in foreground
completionHandler([.alert, .sound, .badge])
}