Difference between revisions of "AlertDialog:show"

From GiderosMobile
m
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Shows the alert dialog.
 
Shows the alert dialog.
<br/>
 
 
 
<source lang="lua">
 
<source lang="lua">
 
AlertDialog:show()
 
AlertDialog:show()
 
</source>
 
</source>
 
  
 
{{AlertDialog}}
 
{{AlertDialog}}

Revision as of 15:48, 8 June 2023

Available since: Gideros 2012.8
Class: AlertDialog

Description

Shows the alert dialog.

AlertDialog:show()