Enumerations

The following enumerations are available globally.

  • Bluedot Service Related Errors

    See more

    Declaration

    Objective-C

    enum BDServiceError : NSInteger {}

    Swift

    enum BDServiceError : Int, @unchecked Sendable
  • Bluedot Tempo Related Errors

    See more

    Declaration

    Objective-C

    enum BDTempoError : NSInteger {}

    Swift

    enum BDTempoError : Int, @unchecked Sendable
  • Bluedot Geo-triggering Related Errors

    See more

    Declaration

    Objective-C

    enum BDGeoTriggeringError : NSInteger {}

    Swift

    enum BDGeoTriggeringError : Int, @unchecked Sendable
  • Trigger Engine of the PointSDK when this trigger happens.

    @see our documentation for more details.

    See more

    Declaration

    Swift

    @objc
    public enum TriggerEngine : Int
  • Type of Notification triggered by PointSDK

    See more

    Declaration

    Swift

    @objc
    public enum NotificationType : Int
  • Types of events from PointSDK

    See more

    Declaration

    Swift

    @objc
    public enum EventType : Int
  • ETA Direction

    See more

    Declaration

    Swift

    @objc
    public enum TempoUpdateETADirection : Int, Codable