Contents

identifier

The unique string assigned to the category.

Declaration

var identifier: String { get }

Mentioned in

Discussion

Use this string to differentiate the different types of notifications that your app can send. To assign a category to a local notification, assign this string to the categoryIdentifier property of the content object. To assign a category to a remote notification, use the string as the value of the category key in the notification payload aps dictionary.

See Also

Getting the Information