Language

DomainState Enum

Definition

Specifies the verification or user-selection state of a web domain for an application.

public enum DomainState
type DomainState = 
Inheritance
DomainState

Fields

Name Value Description
None 0

The domain is unverified and unselected, and the application cannot open web links that resolve to it.

Selected 1

The domain has been selected by the user.

Verified 2

The domain has been verified by the domain verification agent.

Remarks

These values correspond to the domain state constants reported by HostToStateMap.

Java documentation for android.content.pm.verify.domain.DomainVerificationUserState.

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