E2eeContactKeysManager.GetAllE2eeContactKeys(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.