Enumeration Case 列挙ケース

NSURLRequest.Attribution.user

The user explicitly directs the app to make a network request. ユーザが明示的にアプリに指示してネットワークリクエストを作ります。

Declaration 宣言

case user = 1

Discussion 議論

Use this value for the attribution parameter of a URL request that satisfies a user request to access an explicit, unmodified URL. In all other cases, use the NSURLRequest.Attribution.developer value instead.

See Also 参照

Request Sources ソースをリクエストする