TileService.ShowDialog(Dialog) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to show a dialog.
[Android.Runtime.Register("showDialog", "(Landroid/app/Dialog;)V", "", ApiSince=24)]
public void ShowDialog (Android.App.Dialog? dialog);
[<Android.Runtime.Register("showDialog", "(Landroid/app/Dialog;)V", "", ApiSince=24)>]
member this.ShowDialog : Android.App.Dialog -> unit
Parameters
- dialog
- Dialog
Dialog to show.
- Attributes
Remarks
Used to show a dialog.
This will collapse the Quick Settings panel and show the dialog.
Java documentation for android.service.quicksettings.TileService.showDialog(android.app.Dialog)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.