Partager via


IKeyValueStore.KeySet Method

Definition

Returns a Set view of the keys contained in the REMOTE_DATA table.

[Android.Runtime.Register("keySet", "()Ljava/util/Set;", "GetKeySetHandler:Android.AdServices.OnDevicePersonalization.IKeyValueStoreInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=35)]
public System.Collections.Generic.ICollection<string> KeySet ();
[<Android.Runtime.Register("keySet", "()Ljava/util/Set;", "GetKeySetHandler:Android.AdServices.OnDevicePersonalization.IKeyValueStoreInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=35)>]
abstract member KeySet : unit -> System.Collections.Generic.ICollection<string>

Returns

Attributes

Remarks

Returns a Set view of the keys contained in the REMOTE_DATA table.

Java documentation for android.adservices.ondevicepersonalization.KeyValueStore.keySet().

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