Android.Content.Loader.CommitContentChanged Method
Commit that you have actually fully processed a content change that was returned by Loader.TakeContentChanged.

Syntax

[Android.Runtime.Register("commitContentChanged", "()V", "GetCommitContentChangedHandler")]
public virtual void CommitContentChanged ()

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18