2022-06-10 21:38:30 +09:00

37 lines
1.1 KiB
Smali

.class public interface abstract Lcom/apollographql/apollo/interceptor/ApolloInterceptor$a;
.super Ljava/lang/Object;
.source "ApolloInterceptor.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/apollographql/apollo/interceptor/ApolloInterceptor;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "a"
.end annotation
# virtual methods
.method public abstract onCompleted()V
.end method
.method public abstract onFailure(Lcom/apollographql/apollo/exception/ApolloException;)V
.param p1 # Lcom/apollographql/apollo/exception/ApolloException;
.annotation runtime Ljavax/annotation/Nonnull;
.end annotation
.end param
.end method
.method public abstract onFetch(Lcom/apollographql/apollo/interceptor/ApolloInterceptor$FetchSourceType;)V
.end method
.method public abstract onResponse(Lcom/apollographql/apollo/interceptor/ApolloInterceptor$c;)V
.param p1 # Lcom/apollographql/apollo/interceptor/ApolloInterceptor$c;
.annotation runtime Ljavax/annotation/Nonnull;
.end annotation
.end param
.end method