Android.App.Application Members

The members of Android.App.Application are listed below.

See Also: Inherited members from Android.Content.ContextWrapper

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
ContextAndroid.Content.Context. Documentation for this section has not yet been entered.
[read-only]
static
SynchronizationContextSystem.Threading.SynchronizationContext. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

OnConfigurationChanged(Android.Content.Res.Configuration)
Called by the system when the device configuration changes while your component is running.
OnCreate()
Called when the application is starting, before any activity, service, or receiver objects (excluding content providers) have been created.
OnLowMemory()
This is called when the overall system is running low on memory, and actively running processes should trim their memory usage.
OnTerminate()
This method is for use in emulated process environments.
OnTrimMemory(Android.Content.TrimMemory)
Called when the operating system has determined that it is a good time for a process to trim unneeded memory from its process.
RegisterActivityLifecycleCallbacks(Application.IActivityLifecycleCallbacks)
RegisterOnProvideAssistDataListener(Application.IOnProvideAssistDataListener)
UnregisterActivityLifecycleCallbacks(Application.IActivityLifecycleCallbacks)
UnregisterOnProvideAssistDataListener(Application.IOnProvideAssistDataListener)