Loader.IsReset Property

Definition

Return whether this load has been reset.

public virtual bool IsReset { [Android.Runtime.Register("isReset", "()Z", "GetIsResetHandler")] get; }
[<get: Android.Runtime.Register("isReset", "()Z", "GetIsResetHandler")>]
member this.IsReset : bool

Property Value

Attributes

Remarks

Return whether this load has been reset. That is, either the loader has not yet been started for the first time, or its #reset() has been called.

Java documentation for android.content.Loader.isReset().

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