Displays a message to the user.
Options to customize the message that is displayed to the user.
Displays a prompt where the user must click on of the provided buttons before proceeding.
The title of the message to show to the user.
The message to show to the user.
The buttons to show. The user will not be able to proceed if no buttons are provided.
The return property of the button that was clicked.
Prevents the user from interacting with the inspection by adding a loading screen.
Each call to this function requires a corresponding call to
removeLoading
. Calling this function mlutiple times will not create multiple loading screens.