ResponseDelivery.smali

.class public interface abstract Lcom/tradplus/ads/volley/ResponseDelivery;
.super Ljava/lang/Object;


# virtual methods
.method public abstract postError(Lcom/tradplus/ads/volley/Request;Lcom/tradplus/ads/volley/VolleyError;)V
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Lcom/tradplus/ads/volley/Request<",
            "*>;",
            "Lcom/tradplus/ads/volley/VolleyError;",
            ")V"
        }
    .end annotation
.end method

.method public abstract postResponse(Lcom/tradplus/ads/volley/Request;Lcom/tradplus/ads/volley/Response;)V
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Lcom/tradplus/ads/volley/Request<",
            "*>;",
            "Lcom/tradplus/ads/volley/Response<",
            "*>;)V"
        }
    .end annotation
.end method

.method public abstract postResponse(Lcom/tradplus/ads/volley/Request;Lcom/tradplus/ads/volley/Response;Ljava/lang/Runnable;)V
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Lcom/tradplus/ads/volley/Request<",
            "*>;",
            "Lcom/tradplus/ads/volley/Response<",
            "*>;",
            "Ljava/lang/Runnable;",
            ")V"
        }
    .end annotation
.end method