Package com.six.timapi
Class ShowDialogResponse
- java.lang.Object
-
- com.six.timapi.ShowDialogResponse
-
public class ShowDialogResponse extends Object
Contains the result of a show dialog request finished after callingTerminal.showDialog(com.six.timapi.ShowDialogRequest)
orTerminal.showDialogAsync(com.six.timapi.ShowDialogRequest)
. Immutable class.
-
-
Constructor Summary
Constructors Constructor Description ShowDialogResponse(Reason reason, String userInput, CardData cardData)
Create show dialog response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CardData
getCardData()
Card data or null if absent.Reason
getReason()
Reason for closing dialog.String
getUserInput()
User input or null if absent.String
toString()
String representation for debugging purpose.
-