Modifier and Type | Field and Description |
---|---|
static ContextKey |
ANDROID_CONTEXT_KEY
Key into the Context that represents the AndroidContext.
|
Constructor and Description |
---|
AndroidContext(Context parent,
AndroidTypes.AndroidContextType aCtxT) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Special equality: Object may be equal to an object without associated Intent.
|
ContextItem |
get(ContextKey name)
Looks up a ContextKey in the Context.
|
AndroidTypes.AndroidContextType |
getContextType() |
int |
hashCode() |
String |
toString() |
public static final ContextKey ANDROID_CONTEXT_KEY
public AndroidContext(Context parent, AndroidTypes.AndroidContextType aCtxT)
public AndroidTypes.AndroidContextType getContextType()
public ContextItem get(ContextKey name)
get
in interface Context
IllegalArgumentException
- if the name is null.public boolean equals(Object obj)