Android.App.Activity.ShowDialog Method
Simple version of Activity.ShowDialog(int, Android.OS.Bundle) that does not take any arguments.

Syntax

[Android.Runtime.Register("showDialog", "(I)V", "")]
[System.Obsolete("deprecated")]
public void ShowDialog (int id)

Parameters

id
Documentation for this section has not yet been entered.

Remarks

Simple version of Activity.ShowDialog(int, Android.OS.Bundle) that does not take any arguments. Simply calls Activity.ShowDialog(int, Android.OS.Bundle) with null arguments.

[Android Documentation]

Requirements

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