Enumeration Case 列挙ケース

NSURLRequest.NetworkServiceType.responsiveData

A service type for data that the user is actively waiting for. ユーザがそれを能動的に待っているデータに対するサービス型。

Declaration 宣言

case responsiveData = 6

Discussion 議論

This service type’s priority is higher than NSURLRequest.NetworkServiceType.default. Use this service type for interactive situations where the user is anticipating a quick response, like instant messaging or completing a purchase. このサービス型のもつ優先度は、NSURLRequest.NetworkServiceType.defaultよりも高いです。このサービス型を、インスタンスメッセージまたは購入の完了といったところの、ユーザが素早い応答を期待する双方向状況に対して使ってください。

See Also 参照

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