@notifee/react-native / IOSNotificationCategory
Interface: IOSNotificationCategory
A interface representing a notification category created via setNotificationCategories.
At minimum, a category must be created with a unique identifier, all other properties are optional.
View the Categories documentation to learn more.
actions?
optionalactions:IOSNotificationCategoryAction[]
allowInCarPlay?
optionalallowInCarPlay:boolean
Allow notifications in this category to be displayed in a CarPlay environment.
Defaults to false.
intentIdentifiers?
optionalintentIdentifiers:IOSIntentIdentifier[]
summaryFormat?
optionalsummaryFormat:string
Specify a custom format for the summary text, which is visible when notifications are grouped together.
View the Summary Text documentation to learn more.
