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
View on GitHub