FragmentController.DoLoaderStop(Boolean) 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.
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.