E2eeContactKeysManager.RemoveE2eeContactKey(String, String, String) Method

Definition

Removes an end-to-end encryption contact key entry that belongs to the caller app.

[Android.Runtime.Register("removeE2eeContactKey", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z", "", ApiSince=35)]
[Android.Runtime.RequiresPermission("android.permission.WRITE_CONTACTS")]
public bool RemoveE2eeContactKey(string lookupKey, string deviceId, string accountId);
[<Android.Runtime.Register("removeE2eeContactKey", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z", "", ApiSince=35)>]
[<Android.Runtime.RequiresPermission("android.permission.WRITE_CONTACTS")>]
member this.RemoveE2eeContactKey : string * string * string -> bool

Parameters

lookupKey
String

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

deviceId
String

an app-specified identifier for the device. This value cannot be null.

accountId
String

an app-specified identifier for the account. This value cannot be null.

Returns

true if the entry was removed, false otherwise.

Attributes

Remarks

Android reference for android.provider.E2eeContactKeysManager.removeE2eeContactKey.

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