AsyncTaskLoader.OnLoadInBackground Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calls #loadInBackground()
.
[Android.Runtime.Register("onLoadInBackground", "()Ljava/lang/Object;", "GetOnLoadInBackgroundHandler")]
protected virtual Java.Lang.Object? OnLoadInBackground ();
[<Android.Runtime.Register("onLoadInBackground", "()Ljava/lang/Object;", "GetOnLoadInBackgroundHandler")>]
abstract member OnLoadInBackground : unit -> Java.Lang.Object
override this.OnLoadInBackground : unit -> Java.Lang.Object
Returns
The result of the load operation.
- Attributes
Exceptions
if the load is canceled during execution.
Remarks
Calls #loadInBackground()
.
This method is reserved for use by the loader framework. Subclasses should override #loadInBackground
instead of this method.
Java documentation for android.content.AsyncTaskLoader.onLoadInBackground()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.