Enumeration Case 列挙ケース

NSURLNetworkServiceTypeResponsiveData

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

Declaration 宣言

NSURLNetworkServiceTypeResponsiveData = 6

Discussion 議論

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

See Also 参照

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