Partager via


E2eeContactKeysManager.UpdateOrInsertE2eeSelfKey Method

Definition

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

Parameters

deviceId
String
accountId
String
keyValue
Byte[]

Returns

Attributes

Applies to