Android.App.LoaderManager Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

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

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

abstract
DestroyLoader(int)
Stops and removes the loader with the given ID.
abstract
Dump(string, Java.IO.FileDescriptor, Java.IO.PrintWriter, string[])
Print the LoaderManager's state into the given stream.
static
EnableDebugLogging(bool)
Control whether the framework's internal loader manager debugging logs are turned on.
abstract
GetLoader(int) : Android.Content.Loader
Return the Loader with the given id or null if no matching Loader is found.
abstract
InitLoader(int, Android.OS.Bundle, LoaderManager.ILoaderCallbacks) : Android.Content.Loader
Documentation for this section has not yet been entered.
abstract
RestartLoader(int, Android.OS.Bundle, LoaderManager.ILoaderCallbacks) : Android.Content.Loader
Documentation for this section has not yet been entered.