Language

E2eeContactKeysManager.GetAllE2eeContactKeys(String) Method

Definition

Retrieves all end-to-end encryption contact key entries that belong to apps visible to the caller.

[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

the value that references the contact. This value cannot be null.

Returns

a list of E2eeContactKey objects containing the contact key information, or an empty list if no keys are found. This value cannot be null.

Attributes

Remarks

Android reference for android.provider.E2eeContactKeysManager.getAllE2eeContactKeys.

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