Android.App.FragmentTransaction.Attach Method
Re-attach a fragment after it had previously been detached from the UI with FragmentTransaction.Detach(Fragment).

Syntax

[Android.Runtime.Register("attach", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetAttach_Landroid_app_Fragment_Handler")]
public abstract FragmentTransaction Attach (Fragment fragment)

Parameters

fragment
The fragment to be attached.

Returns

Documentation for this section has not yet been entered.

Remarks

Re-attach a fragment after it had previously been detached from the UI with FragmentTransaction.Detach(Fragment). This causes its view hierarchy to be re-created, attached to the UI, and displayed.

[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