Difference between revisions of "AlertDialog:show"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.8<br/> | '''Available since:''' Gideros 2012.8<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Shows the alert dialog.<br /> | Shows the alert dialog.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
AlertDialog:show() | AlertDialog:show() | ||
</source> | </source> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2012.8
Description
Shows the alert dialog.
AlertDialog:show()