UIUserNotificationSettings.types: UIUserNotificationType // A bitmask of the notification types that your app is allowed to use
UIUserNotificationSettings.categories: Set // The app’s registered groups of actions
Parameters
Parameter
Description
userInfo
A dictionary that contains remote notification info, potentially including a badge number for the app icon, alert sound, alert message, a notification identifier, and custom data.