Contents

UNNotificationDefaultActionIdentifier

An action that indicates the user opened the app from the notification interface.

Declaration

let UNNotificationDefaultActionIdentifier: String

Discussion

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.

See Also

Getting the Response Information