Loader.IsAbandoned Property

Definition

Return whether this loader has been abandoned.

public virtual bool IsAbandoned { [Android.Runtime.Register("isAbandoned", "()Z", "GetIsAbandonedHandler")] get; }
[<get: Android.Runtime.Register("isAbandoned", "()Z", "GetIsAbandonedHandler")>]
member this.IsAbandoned : bool

Property Value

Attributes

Remarks

Return whether this loader has been abandoned. In this state, the loader <em>must not</em> report any new data, and <em>must</em> keep its last reported data valid until it is finally reset.

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

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