Android.Content.Loader.RollbackContentChanged Method
Report that you have abandoned the processing of a content change that was returned by Loader.TakeContentChanged and would like to rollback to the state where there is again a pending content change.

Syntax

[Android.Runtime.Register("rollbackContentChanged", "()V", "GetRollbackContentChangedHandler")]
public virtual void RollbackContentChanged ()

Remarks

Report that you have abandoned the processing of a content change that was returned by Loader.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.

[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