Key
public struct Key
Used as a namespace for all Notification user info dictionary keys.
-
User info dictionary key representing the
URLSessionTaskassociated with the notification.Declaration
Swift
public static let Task = "org.alamofire.notification.key.task" -
User info dictionary key representing the responseData associated with the notification.
Declaration
Swift
public static let ResponseData = "org.alamofire.notification.key.responseData"
View on GitHub
Install in Dash
Key Structure Reference