Class AN_Context
Interface to global information about an application environment. This is an abstract class whose implementation is provided by the Android system. It allows access to application-specific resources and classes, as well as up-calls for application-level operations such as launching activities, broadcasting and receiving intents, etc.
Inheritance
System.Object
AN_Context
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.Content
Assembly: cs.temp.dll.dll
Syntax
public abstract class AN_Context
Fields
m_classId
Declaration
protected AN_ActivityId m_classId
Field Value
Type | Description |
---|---|
AN_ActivityId |
m_instanceId
Declaration
protected string m_instanceId
Field Value
Type | Description |
---|---|
System.String |
Methods
GetPackageManager()
Return PackageManager instance to find global package information.
Declaration
public abstract AN_PackageManager GetPackageManager()
Returns
Type | Description |
---|---|
AN_PackageManager |
GetResources()
Declaration
public AN_Resources GetResources()
Returns
Type | Description |
---|---|
AN_Resources |