E2eeContactKeysManager.UpdateOrInsertE2eeSelfKey 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.
[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