-
public final class PresentDialog
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPresentDialog.Companionpublic final classPresentDialog.PresentDialogButton
-
Constructor Summary
Constructors Constructor Description PresentDialog(String title, String message, List<PresentDialog.PresentDialogButton> buttons)
-
Method Summary
Modifier and Type Method Description final StringgetTitle()final StringgetMessage()final List<PresentDialog.PresentDialogButton>getButtons()-
-
Constructor Detail
-
PresentDialog
PresentDialog(String title, String message, List<PresentDialog.PresentDialogButton> buttons)
-
-
Method Detail
-
getMessage
final String getMessage()
-
getButtons
final List<PresentDialog.PresentDialogButton> getButtons()
-
-
-
-