ContextParams.Builder.SetNextAttributionSource(AttributionSource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the attribution source for the app on whose behalf you are doing the work.
[Android.Runtime.Register("setNextAttributionSource", "(Landroid/content/AttributionSource;)Landroid/content/ContextParams$Builder;", "", ApiSince=31)]
public Android.Content.ContextParams.Builder SetNextAttributionSource(Android.Content.AttributionSource? next);
[<Android.Runtime.Register("setNextAttributionSource", "(Landroid/content/AttributionSource;)Landroid/content/ContextParams$Builder;", "", ApiSince=31)>]
member this.SetNextAttributionSource : Android.Content.AttributionSource -> Android.Content.ContextParams.Builder
Parameters
- next
- AttributionSource
The permission identity of the receiving app. This value may be null .
Returns
This builder. This value cannot be null .
- Attributes
Remarks
Sets the attribution source for the app on whose behalf you are doing the work.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.