Class VoucherifyCallback<T>

java.lang.Object
io.voucherify.client.callback.VoucherifyCallback<T>

public abstract class VoucherifyCallback<T>
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    VoucherifyCallback()  
  • Method Summary

    Modifier and Type Method Description
    void cancel()  
    boolean isCancelled()  
    void onFailure​(VoucherifyError error)  
    abstract void onSuccess​(T result)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait