The members of Android.App.Application are listed below.
See Also: Inherited members from Android.Content.ContextWrapper
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | Context | Android.Content.Context. Documentation for this section has not yet been entered. |
[read-only] static | SynchronizationContext | System.Threading.SynchronizationContext. Documentation for this section has not yet been entered. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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) |