Android.Content.Loader.Abandon Method
This function will normally be called for you automatically by Android.App.LoaderManager when restarting a Loader.

Syntax

[Android.Runtime.Register("abandon", "()V", "GetAbandonHandler")]
public virtual void Abandon ()

Remarks

This function will normally be called for you automatically by Android.App.LoaderManager when restarting a Loader. When using a Loader with Android.App.LoaderManager, you must not call this method yourself, or you will conflict with its management of the Loader. Tell the Loader that it is being abandoned. This is called prior to Loader.Reset to have it retain its current data but not report any new data.

[Android Documentation]

Requirements

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