TriggerEngine

@objc
public enum TriggerEngine : Int

Trigger Engine of the PointSDK when this trigger happens.

@see our documentation for more details.

  • bd

    bd is the default engine using Bluedot’s GeoFencing solution

    Declaration

    Swift

    case bd
  • native engine utilizes iOS native GeoFencing when the app is not running.

    Declaration

    Swift

    case native