NotificationType
@objc
public enum NotificationType : Int
Type of Notification triggered by PointSDK
-
GeoTrigger entry when device enters a zone
Declaration
Swift
case entry
-
GeoTrigger exit when device exits a zone
Declaration
Swift
case exit
-
Tempo event
Declaration
Swift
case tempo
-
SDK Lifecycle event
Declaration
Swift
case lifecycle
-
Other unknown cases
Declaration
Swift
case unknown