AlertingSeviceNotification
public struct AlertingSeviceNotification
List of notification that AlertingService
posts.
-
AlertingService
received location and was able to update current asset successfuly.Declaration
Swift
public static let assetLocationUpdated = Notification.Name.init(rawValue: "assetLocationUpdated")
-
AlertingService
received location but was not able to update is successfuly.Declaration
Swift
public static let assetLocationUpdateFailed = Notification.Name.init(rawValue: "assetLocationUpdateFailed")