NotificationRegistrationResult
public struct NotificationRegistrationResult : Sendable
The result of the initial notification registration prompt.
-
The settings that were authorized at the time of registration.
Declaration
Swift
public let authorizedSettings: AirshipAuthorizedNotificationSettings
-
The authorization status.
Declaration
Swift
public let status: UNAuthorizationStatus
-
Set of the categories that were most recently registered.
Declaration
Swift
public let categories: Set<UNNotificationCategory>