Enumeration Case 列挙ケース

NSURLRequest.Attribution.developer

A developer-initiated network request. 開発者着手のネットワークリクエスト。

Declaration 宣言

case developer = 0

Discussion 議論

Use this value for the attribution parameter of a URL request that your app makes for any purpose other than when the user explicitly accesses a link. This includes requests that your app makes to get user data. This is the default value. この値を、あるURLリクエストのattributionパラメータに対して使ってください、それはあなたのアプリがユーザが明示的にリンクにアクセスする時とは異なる何らかの目的でするものです。これは、あなたのアプリがユーザデータを取得するためにするリクエストを含みます。これは省略時の値です。

For cases where the user enters a URL, like in the navigation bar of a web browser, or taps or clicks a URL to load the content it represents, use the NSURLRequest.Attribution.user value instead. ユーザがウェブブラウザのナビゲーションバーでのようにURLを入力する、またはURLをタップもしくはクリックしてそれが提供するコンテンツをロードする場合に対しては、NSURLRequest.Attribution.user値を代わりに使ってください。

See Also 参照

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