Partager via


E2eeContactKeysManager.VerificationStateVerified Field

Definition

Caution

This constant will be removed in the future version. Use Android.Provider.E2eeContactKeysManagerVerificationState enum directly instead of this field.

Verified state of a contact end to end encrypted key.

[Android.Runtime.Register("VERIFICATION_STATE_VERIFIED", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.E2eeContactKeysManagerVerificationState enum directly instead of this field.", true)]
public const Android.Provider.E2eeContactKeysManagerVerificationState VerificationStateVerified = 2;
[<Android.Runtime.Register("VERIFICATION_STATE_VERIFIED", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.E2eeContactKeysManagerVerificationState enum directly instead of this field.", true)>]
val mutable VerificationStateVerified : Android.Provider.E2eeContactKeysManagerVerificationState

Field Value

Value = 2
Attributes

Remarks

Verified state of a contact end to end encrypted key.

Java documentation for android.provider.E2eeContactKeysManager.VERIFICATION_STATE_VERIFIED.

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