Android.App.FragmentTransaction.Hide Method
Hides an existing fragment.

Syntax

[Android.Runtime.Register("hide", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetHide_Landroid_app_Fragment_Handler")]
public abstract FragmentTransaction Hide (Fragment fragment)

Parameters

fragment
The fragment to be hidden.

Returns

Documentation for this section has not yet been entered.

Remarks

Hides an existing fragment. This is only relevant for fragments whose views have been added to a container, as this will cause the view to be hidden.

[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