UABoundaryEvent

enum UABoundaryEvent {}

Represents the boundary crossing event type.

  • Enter event

    Declaration

    Objective-C

    UABoundaryEventEnter = 1

    Swift

    case enter = 1
  • Exit event

    Declaration

    Objective-C

    UABoundaryEventExit = 2

    Swift

    case exit = 2