USER constant
URLRequestAttribution
const USER
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);