Loader.CommitContentChanged Method

Definition

Commit that you have actually fully processed a content change that was returned by #takeContentChanged.

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

Remarks

Commit that you have actually fully processed a content change that was returned by #takeContentChanged. This is for use with #rollbackContentChanged() to handle situations where a load is cancelled. Call this when you have completely processed a load without it being cancelled.

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

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