Enumerations

The following enumerations are available globally.

  • Action situations

    See more

    Declaration

    Swift

    @objc(UAActionSituation)
    public enum ActionSituation : Int, Sendable
  • Action result

    See more

    Declaration

    Swift

    public enum ActionResult : Sendable
  • Airship JSON.

    See more

    Declaration

    Swift

    public enum AirshipJSON : Codable, Equatable, Sendable, Hashable
  • Channel scope.

    See more

    Declaration

    Swift

    @objc(UAChannelScope)
    public enum ChannelScope : Int, Codable, CustomStringConvertible, Sendable, Equatable
  • Channel type

    See more

    Declaration

    Swift

    @objc(UAChannelType)
    public enum ChannelType : Int, Codable, CustomStringConvertible, Sendable, Equatable
  • Represents the possible sites.

    See more

    Declaration

    Swift

    @objc(UACloudSite)
    public enum CloudSite : Int, Sendable
  • Airship live activity registration status.

    See more

    Declaration

    Swift

    public enum LiveActivityRegistrationStatus : String, Codable, Sendable
  • Represents the possible log levels.

    See more

    Declaration

    Swift

    @objc(UALogLevel)
    public enum AirshipLogLevel : Int, Sendable
  • Airship permissions. Used with PermissionsManager

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    @objc(UAPermissionStatus)
    public enum AirshipPermissionStatus : UInt, Sendable
  • Represents the boundary crossing event type.

    See more

    Declaration

    Swift

    @objc
    public enum UABoundaryEvent : Int, Sendable
  • Represents an edit made to a scoped subscription list through the SDK.

    See more

    Declaration

    Swift

    public enum ScopedSubscriptionListEdit : Equatable
  • Represents an edit made to a subscription list through the SDK.

    See more

    Declaration

    Swift

    public enum SubscriptionListEdit : Equatable