Contents

applinks.Details.Components.Query

A dictionary of names and values to match with query items in a URL.

Declaration

object applinks.Details.Components.Query

Properties

NameTypeDescription
Any Keystring

Discussion

The keys in this dictionary are NSURLQueryItem names and the values are patterns to match with the specified key’s value. This example code shows how to use a dictionary object for pattern matching with a URL query component:

"?": { "productID": "12345" }

The above definition matches a URL query component that has a name of productID and a value of 12345.