Skip to main content

9 docs tagged with "Dialog"

View all tags

Dialog

Utility class to show dialog popup into screen, useful to parameterize your macro

Dialog:add()

Add view to the dialog, currently you can only add view based on this parameter

Dialog:getValueById()

This method is useful to get the value of EditText, CheckBox, RadioGroup based on id

Dialog:init()

To start using and displaying the dialog, this method is required to initialize the dialog

Dialog:show()

If you invoke this function the dialog will popup in the screen