Android.App.FragmentTransaction.Detach Method
Detach the given fragment from the UI.

Syntax

[Android.Runtime.Register("detach", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetDetach_Landroid_app_Fragment_Handler")]
public abstract FragmentTransaction Detach (Fragment fragment)

Parameters

fragment
The fragment to be detached.

Returns

Documentation for this section has not yet been entered.

Remarks

Detach the given fragment from the UI. This is the same state as when it is put on the back stack: the fragment is removed from the UI, however its state is still being actively managed by the fragment manager. When going into this state its view hierarchy is destroyed.

[Android Documentation]

Requirements

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