TriggerEngine

@objc
public enum TriggerEngine : Int

Trigger Engine of the PointSDK when this trigger happens.

@see our documentation for more details.

In iOS 17+ with Live Update, we don’t use the native trigger engine option/hybrid mode

  • 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