Compartir a través de


E2eeContactKeysManager.GetAllE2eeContactKeys(String) Method

Definition

[Android.Runtime.Register("getAllE2eeContactKeys", "(Ljava/lang/String;)Ljava/util/List;", "", ApiSince=35)]
[Android.Runtime.RequiresPermission("android.permission.READ_CONTACTS")]
public System.Collections.Generic.IList<Android.Provider.E2eeContactKeysManager.E2eeContactKey> GetAllE2eeContactKeys (string lookupKey);
[<Android.Runtime.Register("getAllE2eeContactKeys", "(Ljava/lang/String;)Ljava/util/List;", "", ApiSince=35)>]
[<Android.Runtime.RequiresPermission("android.permission.READ_CONTACTS")>]
member this.GetAllE2eeContactKeys : string -> System.Collections.Generic.IList<Android.Provider.E2eeContactKeysManager.E2eeContactKey>

Parameters

lookupKey
String

Returns

Attributes

Applies to