DomainVerificationUserState.DomainStateSelected 字段

定义

注意

This constant will be removed in the future version. Use Android.Content.PM.Verify.Domain.DomainState enum directly instead of this field.

用户已选择域。

[Android.Runtime.Register("DOMAIN_STATE_SELECTED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.Verify.Domain.DomainState enum directly instead of this field.", true)]
public const Android.Content.PM.Verify.Domain.DomainState DomainStateSelected = 1;
[<Android.Runtime.Register("DOMAIN_STATE_SELECTED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.Verify.Domain.DomainState enum directly instead of this field.", true)>]
val mutable DomainStateSelected : Android.Content.PM.Verify.Domain.DomainState

字段值

Value = 1

实现

属性

注解

用户已选择域。 如果为同一域选择了另一个应用程序或对其进行验证,则可能会将其重置 #DOMAIN_STATE_NONE

适用于 . 的 android.content.pm.verify.domain.DomainVerificationUserState.DOMAIN_STATE_SELECTEDJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于