Language

DownloadCompletedOutput.Builder.SetRetainedKeys(IList<String>) Method

Definition

The keys to be retained in the REMOTE_DATA table.

[Android.Runtime.Register("setRetainedKeys", "(Ljava/util/List;)Landroid/adservices/ondevicepersonalization/DownloadCompletedOutput$Builder;", "", ApiSince=35)]
public Android.AdServices.OnDevicePersonalization.DownloadCompletedOutput.Builder SetRetainedKeys(System.Collections.Generic.IList<string> value);
[<Android.Runtime.Register("setRetainedKeys", "(Ljava/util/List;)Landroid/adservices/ondevicepersonalization/DownloadCompletedOutput$Builder;", "", ApiSince=35)>]
member this.SetRetainedKeys : System.Collections.Generic.IList<string> -> Android.AdServices.OnDevicePersonalization.DownloadCompletedOutput.Builder

Parameters

value
IList<String>

Returns

Attributes

Remarks

The keys to be retained in the REMOTE_DATA table. Any existing keys that are not present in this list are removed from the table.

Android reference for android.adservices.ondevicepersonalization.DownloadCompletedOutput.Builder.setRetainedKeys.

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