UpdateNotificationService
protocol UpdateNotificationService
The UpdateNotificationService
-
Retrieve an optional UpdateNotification via the completion closure
Declaration
Swift
func getUpdateNotification(_ completion: @escaping (UpdateNotification?) -> Void)Parameters
completionThe completion closure
View on GitHub
UpdateNotificationService Protocol Reference