Enumerations
The following enumerations are available globally.
-
Bluedot Service Related Errors
See moreDeclaration
Objective-C
enum BDServiceError : NSInteger {}
Swift
enum BDServiceError : Int, @unchecked Sendable
-
Bluedot Tempo Related Errors
See moreDeclaration
Objective-C
enum BDTempoError : NSInteger {}
Swift
enum BDTempoError : Int, @unchecked Sendable
-
Bluedot Geo-triggering Related Errors
See moreDeclaration
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 moreDeclaration
Swift
@objc public enum TriggerEngine : Int
-
Type of Notification triggered by PointSDK
See moreDeclaration
Swift
@objc public enum NotificationType : Int
-
Types of events from PointSDK
See moreDeclaration
Swift
@objc public enum EventType : Int
-
ETA Direction
See moreDeclaration
Swift
@objc public enum TempoUpdateETADirection : Int, Codable