E2eeContactKeysManager.E2eeContactKey.RemoteVerificationState Property
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.
Gets the remote verification state for the end-to-end encryption key, for instance through a key transparency server.
public int RemoteVerificationState { [Android.Runtime.Register("getRemoteVerificationState", "()I", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getRemoteVerificationState", "()I", "", ApiSince=35)>]
member this.RemoteVerificationState : int
Property Value
The remote verification state for the end-to-end encryption key. Value is one of the following: E2eeContactKeysManager.VERIFICATION_STATE_UNVERIFIED E2eeContactKeysManager.VERIFICATION_STATE_VERIFICATION_FAILED E2eeContactKeysManager.VERIFICATION_STATE_VERIFIED. Value is one of the following: E2eeContactKeysManager.VERIFICATION_STATE_UNVERIFIED E2eeContactKeysManager.VERIFICATION_STATE_VERIFICATION_FAILED E2eeContactKeysManager.VERIFICATION_STATE_VERIFIED
- Attributes
Remarks
Gets the remote verification state for the end-to-end encryption key, for instance through a key transparency server.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.