FragmentController.DoLoaderStop(Boolean) Method

Definition

Stops the loaders, optionally retaining their state.

[Android.Runtime.Register("doLoaderStop", "(Z)V", "GetDoLoaderStop_ZHandler", ApiSince=23)]
public virtual void DoLoaderStop (bool retain);
[<Android.Runtime.Register("doLoaderStop", "(Z)V", "GetDoLoaderStop_ZHandler", ApiSince=23)>]
abstract member DoLoaderStop : bool -> unit
override this.DoLoaderStop : bool -> unit

Parameters

retain
Boolean

When true, the loaders aren't stopped, but, their instances are retained in a started state

Attributes

Remarks

Stops the loaders, optionally retaining their state. This is useful for keeping the loader state across configuration changes.

Java documentation for android.app.FragmentController.doLoaderStop(boolean).

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.

Applies to