public final class PaymentDataManager.WebPaymentURLDecision
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
redirectionFinished |
private boolean |
shouldCloseWebPaymentScreen |
private boolean |
shouldLoad |
private java.lang.String |
tapID |
Constructor and Description |
---|
WebPaymentURLDecision(boolean shouldLoad,
boolean shouldCloseWebPaymentScreen,
boolean redirectionFinished,
java.lang.String tapID)
Instantiates a new Web payment url decision.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
getTapID()
Gets tap id.
|
(package private) boolean |
redirectionFinished()
Redirection finished boolean.
|
(package private) boolean |
shouldCloseWebPaymentScreen()
Should close web payment screen boolean.
|
boolean |
shouldLoad()
Should load boolean.
|
@NonNull private boolean shouldLoad
@NonNull private boolean shouldCloseWebPaymentScreen
@NonNull private boolean redirectionFinished
@Nullable private java.lang.String tapID
WebPaymentURLDecision(@NonNull boolean shouldLoad, @NonNull boolean shouldCloseWebPaymentScreen, @NonNull boolean redirectionFinished, @Nullable java.lang.String tapID)
shouldLoad
- the should loadshouldCloseWebPaymentScreen
- the should close web payment screenredirectionFinished
- the redirection finishedtapID
- the tap id@NonNull public boolean shouldLoad()
@NonNull boolean shouldCloseWebPaymentScreen()
@NonNull boolean redirectionFinished()
@Nullable java.lang.String getTapID()