ContextParams.Builder.SetNextAttributionSource(AttributionSource) Method

Definition

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.

Java documentation for android.content.ContextParams.Builder.setNextAttributionSource(android.content.AttributionSource).

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.

Applies to