Modifier and Type | Field and Description |
---|---|
static int |
EMAIL_ADDRESS
Hint indicating that a node represents an email address.
|
static int |
NONE
Hint indicating that no special handling is required.
|
static int |
PASSWORD
Hint indicating that a node represents a password.
|
static int |
URI
Hint indicating that a node represents an URI.
|
static int |
USERNAME
Hint indicating that a node represents a username.
|
public static final int NONE
public static final int EMAIL_ADDRESS
public static final int PASSWORD
public static final int URI
public static final int USERNAME
@AnyThread @Nullable public static String toString(int hint)