Condividi tramite


E2eeContactKeysManager.RemoveE2eeSelfKey(String, String) Method

Definition

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

Parameters

deviceId
String
accountId
String

Returns

Attributes

Applies to