Display the dialog, adding the fragment using an existing transaction
and then committing the transaction.
Syntax
[Android.Runtime.Register("show", "(Landroid/app/FragmentTransaction;Ljava/lang/String;)I", "GetShow_Landroid_app_FragmentTransaction_Ljava_lang_String_Handler")]
public virtual
int Show (
FragmentTransaction transaction,
string tag)
Parameters
- transaction
- An existing transaction in which to add the fragment.
- tag
- The tag for this fragment, as per
FragmentTransaction.Add(Fragment, System.String).
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11