Android.App.FragmentTransaction.Show Method
Shows a previously hidden fragment.

Syntax

[Android.Runtime.Register("show", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetShow_Landroid_app_Fragment_Handler")]
public abstract FragmentTransaction Show (Fragment fragment)

Parameters

fragment
The fragment to be shown.

Returns

Documentation for this section has not yet been entered.

Remarks

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

[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