USER constant

Use this value for the attribution parameter of a URLRequest that satisfies a user request to access an explicit, unmodified URL. In all other cases, use the URLRequestAttribution.DEVELOPER value instead.

Implementation

static const USER = URLRequestAttribution._internal(1, 1);