public class UserDefaults
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | MAX_EMAIL_LENGTH | 
| static java.lang.String | MAX_PASSWORD_LENGTH | 
| static java.lang.String | MAX_USER_LENGTH | 
| static java.lang.String | MIN_PASSWORD_LENGTH | 
| static java.lang.String | MIN_USER_LENGTH | 
| Constructor and Description | 
|---|
| UserDefaults() | 
| Modifier and Type | Method and Description | 
|---|---|
| static UserDefaults | get()Get instance of UserDefaults. | 
| int | getMaxEmailLength() | 
| int | getMaxPasswordLength() | 
| int | getMaxUserLength() | 
| int | getMinPasswordLength() | 
| int | getMinUserLength() | 
public static final java.lang.String MAX_PASSWORD_LENGTH
public static final java.lang.String MIN_PASSWORD_LENGTH
public static final java.lang.String MAX_USER_LENGTH
public static final java.lang.String MIN_USER_LENGTH
public static final java.lang.String MAX_EMAIL_LENGTH
public static UserDefaults get()
public int getMaxPasswordLength()
public int getMinPasswordLength()
public int getMaxUserLength()
public int getMinUserLength()
public int getMaxEmailLength()