identifier
A string that uniquely identifies a notification.
Declaration
var identifier: String? { get set }Discussion
The identifier is unique to a notification. A notification delivered with the same identifier as an existing notification replaces the existing notification rather than causing the display of a new notification.