UNNotificationDefaultActionIdentifier
An action that indicates the user opened the app from the notification interface.
Declaration
let UNNotificationDefaultActionIdentifier: StringDiscussion
The delivery of this action doesn’t require any special configuration of notification categories. Use the userNotificationCenter(_:didReceive:withCompletionHandler:) method of your delegate object to receive this action.