E2eeContactKeysManager.UpdateOrInsertE2eeContactKey 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("updateOrInsertE2eeContactKey", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[B)V", "", ApiSince=35)]
[Android.Runtime.RequiresPermission("android.permission.WRITE_CONTACTS")]
public void UpdateOrInsertE2eeContactKey (string lookupKey, string deviceId, string accountId, byte[] keyValue);
[<Android.Runtime.Register("updateOrInsertE2eeContactKey", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[B)V", "", ApiSince=35)>]
[<Android.Runtime.RequiresPermission("android.permission.WRITE_CONTACTS")>]
member this.UpdateOrInsertE2eeContactKey : string * string * string * byte[] -> unit
Parameters
- lookupKey
- String
- deviceId
- String
- accountId
- String
- keyValue
- Byte[]
- Attributes