identifier
The name of the action group.
Declaration
var identifier: String? { get }Discussion
When generating a notification that includes these custom actions, you must use this string to initialize the notification. For local notifications, assign the string to the category property of the UILocalNotification object. For push notifications, use the string as the value of the category key in the push notification’s payload.