Class FinishedDialog

  • All Implemented Interfaces:

    
    public final class FinishedDialog
    
                        

    Represents the data shown in the dialog when the payment flow is finished.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getTitle()
      final String getMessage()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FinishedDialog

        FinishedDialog(String title, String message)
        Parameters:
        title - The title displayed in the dialog.
        message - The message displayed in the dialog.