identifier
The string that you use internally to identify the action.
Declaration
var identifier: String? { get }Discussion
The system passes this string to the application(_:handleActionWithIdentifier:for:completionHandler:) or application(_:handleActionWithIdentifier:forRemoteNotification:completionHandler:) method of the app delegate when the user chooses the action.