Key

public struct Key

Used as a namespace for all Notification user info dictionary keys.

  • User info dictionary key representing the URLSessionTask associated with the notification.

    Declaration

    Swift

    public static let Task: String
  • User info dictionary key representing the responseData associated with the notification.

    Declaration

    Swift

    public static let ResponseData: String