public static interface POBCommunicator.POBErrorCustomisationListener
| Modifier and Type | Method and Description |
|---|---|
POBError |
customisePOBError(POBError error,
POBNetworkResult networkResult)
Customise error with provided details and returns back custom error, used by communicator before
notifying it through
POBCommunicator.POBCommunicatorListener.onError(POBError) |
@NonNull POBError customisePOBError(@NonNull POBError error, @Nullable POBNetworkResult networkResult)
POBCommunicator.POBCommunicatorListener.onError(POBError)error - the error received by communicatornetworkResult - network result provided as extra params