NSURLRequestAttributionDeveloper
A developer-initiated network request.
開発者着手のネットワークリクエスト。
NSURLRequestAttributionUser
The user explicitly directs the app to make a network request.
ユーザが明示的にアプリに指示してネットワークリクエストを作ります。
Availability 有効性
Technology
typedef enum NSURLRequestAttribution : NSUInteger
{
...
} NSURLRequestAttribution;
Use one of these values when setting the attribution
parameter of a URLRequest
. If you don’t set a value, the system assumes NSURLRequest
.
NSURLRequestAttributionDeveloper
NSURLRequestAttributionUser
attribution