UABoundaryEvent

@objc
public enum UABoundaryEvent : Int, Sendable

Represents the boundary crossing event type.

  • Enter event

    Declaration

    Swift

    case enter = 1
  • Exit event

    Declaration

    Swift

    case exit = 2