📄️ 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:getValueOf()
This method is useful to get the value of EditText, CheckBox, RadioGroup
📄️ Dialog:init()
To start using and displaying the dialog, this method is required to initialize the dialog
📄️ Dialog:remove()
Remove view from dialog view based on it's id
📄️ Dialog:setMessage()
Add body content text to the dialog view
📄️ Dialog:setTitle()
Add title to the dialog view
📄️ Dialog:show()
If you invoke this function the dialog will popup in the screen