RegionTriggerType

@objc
public enum RegionTriggerType : Int

The type of trigger for a monitroed region

  • Monitor (and notify) when the user enters the region

    Declaration

    Swift

    case Entry
  • Monitor (and notify) when the user exits the region

    Declaration

    Swift

    case Exit
  • All

    Monitor both entry and exit

    Declaration

    Swift

    case All