Contents

nw_parameters_attribution_t.user

The user explicitly directs the app to make a network request.

Declaration

case user

Mentioned in

Discussion

Use this value for the attribution parameter of a call to the nw_parameters_get_attribution(_:) method when constructing a network request that satisfies a user request to access an explicit, unmodified URL. In all other cases, use the nw_parameters_attribution_t.developer value instead.

See Also

Request Sources