Enumeration Case 列挙ケース

NSURLNetworkServiceTypeBackground

A service type for background traffic. バックグラウンドトラフィックに対するサービス型。

Declaration 宣言

NSURLNetworkServiceTypeBackground = 3

Discussion 議論

You should specify this type if your app is performing a download that was not requested by the user—for example, prefetching content so that it will be available when the user chooses to view it. あなたはこの型を、あなたのアプリがユーザによってリクエストされなかったダウンロードを実行しているならば指定するべきです — 例えば、コンテンツをあらかじめ取ってくる、それによってそれはユーザがそれを見ようと選択する時に利用可能であるでしょう。

See Also 参照

Network Service Types ネットワークサービス型