public static enum AndroidTypes.AndroidContextType extends Enum<AndroidTypes.AndroidContextType>
| Enum Constant and Description |
|---|
ACTIVITY |
APPLICATION |
CONTEXT_BRIDGE |
CONTEXT_IMPL |
SERVICE |
USELESS
For internal use during development
|
| Modifier and Type | Method and Description |
|---|---|
static AndroidTypes.AndroidContextType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndroidTypes.AndroidContextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AndroidTypes.AndroidContextType CONTEXT_IMPL
public static final AndroidTypes.AndroidContextType CONTEXT_BRIDGE
public static final AndroidTypes.AndroidContextType ACTIVITY
public static final AndroidTypes.AndroidContextType APPLICATION
public static final AndroidTypes.AndroidContextType SERVICE
public static final AndroidTypes.AndroidContextType USELESS
public static AndroidTypes.AndroidContextType[] values()
for (AndroidTypes.AndroidContextType c : AndroidTypes.AndroidContextType.values()) System.out.println(c);
public static AndroidTypes.AndroidContextType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019. All rights reserved.