AirshipPermission

@objc(UAPermission)
public enum AirshipPermission : UInt, CustomStringConvertible, Sendable
extension AirshipPermission: Decodable

Airship permissions. Used with PermissionsManager

  • Post notifications

    Declaration

    Swift

    case displayNotifications
  • Location

    Declaration

    Swift

    case location
  • The string value of the permission

    Declaration

    Swift

    public var stringValue: String { get }

    Return Value

    The string value of the permission

  • Declaration

    Swift

    public var description: String { get }
  • Declaration

    Swift

    public init(from decoder: Decoder) throws