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