Partager via


E2eeContactKeysManager.VerificationStateUnverified Field

Definition

Caution

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

Unverified state of a contact end to end encrypted key.

[Android.Runtime.Register("VERIFICATION_STATE_UNVERIFIED", 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 VerificationStateUnverified = 0;
[<Android.Runtime.Register("VERIFICATION_STATE_UNVERIFIED", 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 VerificationStateUnverified : Android.Provider.E2eeContactKeysManagerVerificationState

Field Value

Value = 0
Attributes

Remarks

Unverified state of a contact end to end encrypted key.

Java documentation for android.provider.E2eeContactKeysManager.VERIFICATION_STATE_UNVERIFIED.

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