Loader.RollbackContentChanged Method

Definition

Report that you have abandoned the processing of a content change that was returned by #takeContentChanged() and would like to rollback to the state where there is again a pending content change.

[Android.Runtime.Register("rollbackContentChanged", "()V", "GetRollbackContentChangedHandler")]
public virtual void RollbackContentChanged ();
[<Android.Runtime.Register("rollbackContentChanged", "()V", "GetRollbackContentChangedHandler")>]
abstract member RollbackContentChanged : unit -> unit
override this.RollbackContentChanged : unit -> unit
Attributes

Remarks

Report that you have abandoned the processing of a content change that was returned by #takeContentChanged() and would like to rollback to the state where there is again a pending content change. This is to handle the case where a data load due to a content change has been canceled before its data was delivered back to the loader.

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

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