Object | Description |
AlertDialog | Displays a small pop-up that you can use to: Present information to the user. Interact with the user by presenting a simple question, for example, a question requiring a “yes” or “no” answer. You must add at least one AlertDialogButton child object for the AlertDialog object. For information about setting properties for the AlertDialog object, see AlertDialog Properties. |
AlertDialogButton | Displays a button to include in an AlertDialog. For information about setting properties for the AlertDialogButton object, see AlertDialogButton Properties. |