E2eeContactKeysManager.UpdateE2eeSelfKeyRemoteVerificationState 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("updateE2eeSelfKeyRemoteVerificationState", "(Ljava/lang/String;Ljava/lang/String;I)Z", "", ApiSince=35)]
[Android.Runtime.RequiresPermission("android.permission.WRITE_CONTACTS")]
public bool UpdateE2eeSelfKeyRemoteVerificationState (string deviceId, string accountId, Android.Provider.E2eeContactKeysManagerVerificationState remoteVerificationState);
[<Android.Runtime.Register("updateE2eeSelfKeyRemoteVerificationState", "(Ljava/lang/String;Ljava/lang/String;I)Z", "", ApiSince=35)>]
[<Android.Runtime.RequiresPermission("android.permission.WRITE_CONTACTS")>]
member this.UpdateE2eeSelfKeyRemoteVerificationState : string * string * Android.Provider.E2eeContactKeysManagerVerificationState -> bool
Parameters
- deviceId
- String
- accountId
- String
- remoteVerificationState
- E2eeContactKeysManagerVerificationState
Returns
- Attributes