QueryItemRepresentable

protocol QueryItemRepresentable

Types that conform to the QueryItemRepresentable protocol must implement properties that allow it to be saved as a query item in a URL.

  • The query item associated with whatever is implementing this protocol

    Declaration

    Swift

    var queryItem: URLQueryItem
  • The key for the query item of whatever is implementing this protocol

    Declaration

    Swift

    static var queryItemKey: String