public class SettleHandler
Interface for receiving settle events via a handler
public SettleHandler()
Interface for receiving settle events via a handler
public void onResult(@NotNull PaymentResult paymentResult)
the function called when we receive a payment result to be implemented
public void onErrorReceived(@NotNull UnhandledError error)
the function called when we receive an unhandled error during payment