AttributionSource.Builder.SetNext(AttributionSource) Method

Definition

The next app to receive the permission protected data.

[Android.Runtime.Register("setNext", "(Landroid/content/AttributionSource;)Landroid/content/AttributionSource$Builder;", "", ApiSince=31)]
public Android.Content.AttributionSource.Builder SetNext(Android.Content.AttributionSource? value);
[<Android.Runtime.Register("setNext", "(Landroid/content/AttributionSource;)Landroid/content/AttributionSource$Builder;", "", ApiSince=31)>]
member this.SetNext : Android.Content.AttributionSource -> Android.Content.AttributionSource.Builder

Parameters

value
AttributionSource

This value may be null .

Returns

This value cannot be null .

Attributes

Remarks

The next app to receive the permission protected data.

Java documentation for android.content.AttributionSource.Builder.setNext(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