Difference between revisions of "AlertDialog:show"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Shows the alert dialog.<br /> <br /> <source lang="lua"> = AlertDialog:show() </source>")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= AlertDialog:show()
+
AlertDialog:show()
 
</source>
 
</source>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2012.8

Description


Shows the alert dialog.

 AlertDialog:show()