๐๏ธ 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