Android.Content.IComponentCallbacks
The set of callback APIs that are common to all application components (Android.App.Activity, Android.App.Service, Android.Content.ContentProvider, and Android.App.Application).

See Also: IComponentCallbacks Members

Syntax

[Android.Runtime.Register("android/content/ComponentCallbacks", "", "Android.Content.IComponentCallbacksInvoker")]
public interface IComponentCallbacks : Android.Runtime.IJavaObject, IDisposable

Remarks

The set of callback APIs that are common to all application components (Android.App.Activity, Android.App.Service, Android.Content.ContentProvider, and Android.App.Application).

Note: You should also implement the Android.Content.ComponentCallbacks2 interface, which provides the ComponentCallbacks2.onTrimMemory(int) callback to help your app manage its memory usage more effectively.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1