The members of Android.Content.AsyncTaskLoader are listed below.
See Also: Inherited members from Android.Content.Loader
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | IsLoadInBackgroundCanceled | bool. Returns true if the current invocation of AsyncTaskLoader.LoadInBackground is being canceled. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
override | CancelLoad()Documentation for this section has not yet been entered. | |
CancelLoadInBackground()Called on the main thread to abort a load in progress. | ||
abstract | LoadInBackground()Called on a worker thread to perform the actual load and to return the result of the load operation. | |
OnCanceled(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
SetUpdateThrottle(long)Set amount to throttle updates by. |