Android.App.FragmentTransaction.CommitAllowingStateLoss Method
Like FragmentTransaction.Commit but allows the commit to be executed after an activity's state is saved.

Syntax

[Android.Runtime.Register("commitAllowingStateLoss", "()I", "GetCommitAllowingStateLossHandler")]
public abstract int CommitAllowingStateLoss ()

Returns

Documentation for this section has not yet been entered.

Remarks

Like FragmentTransaction.Commit but allows the commit to be executed after an activity's state is saved. This is dangerous because the commit can be lost if the activity needs to later be restored from its state, so this should only be used for cases where it is okay for the UI state to change unexpectedly on the user.

[Android Documentation]

Requirements

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