AirshipBoundaryEvent

public enum AirshipBoundaryEvent : Int, Sendable

Represents the boundary crossing event type.

  • Enter event

    Declaration

    Swift

    case enter = 1
  • Exit event

    Declaration

    Swift

    case exit = 2