Language

E2eeContactKeysManager.E2eeContactKey.RemoteVerificationState Property

Definition

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.

Android reference for android.provider.E2eeContactKeysManager.E2eeContactKey.getRemoteVerificationState.

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.

Applies to