Android.App.LoaderManager: Method Members

The methods of Android.App.LoaderManager are listed below. For a list of all members, see the LoaderManager Members list.

See Also: Inherited members from Java.Lang.Object

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.