f.smali

.class public final Lcom/sandboxol/editor/api/a/f;
.super Ljava/lang/Object;
.source "NetworkResponseCall.kt"

# interfaces
.implements Lretrofit2/Call;


# annotations
.annotation system Ldalvik/annotation/Signature;
    value = {
        "<S:",
        "Ljava/lang/Object;",
        "E:",
        "Ljava/lang/Object;",
        ">",
        "Ljava/lang/Object;",
        "Lretrofit2/Call<",
        "Lcom/sandboxol/editor/api/a/b<",
        "+TS;+TE;>;>;"
    }
.end annotation


# instance fields
.field private final a:Lretrofit2/Call;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Lretrofit2/Call<",
            "TS;>;"
        }
    .end annotation
.end field

.field private final b:Lretrofit2/Converter;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Lretrofit2/Converter<",
            "Lokhttp3/J;",
            "TE;>;"
        }
    .end annotation
.end field


# direct methods
.method public constructor <init>(Lretrofit2/Call;Lretrofit2/Converter;)V
    .registers 4
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Lretrofit2/Call<",
            "TS;>;",
            "Lretrofit2/Converter<",
            "Lokhttp3/J;",
            "TE;>;)V"
        }
    .end annotation

    const-string v0, "delegate"

    invoke-static {p1, v0}, Lkotlin/jvm/internal/i;->c(Ljava/lang/Object;Ljava/lang/String;)V

    const-string v0, "errorConverter"

    invoke-static {p2, v0}, Lkotlin/jvm/internal/i;->c(Ljava/lang/Object;Ljava/lang/String;)V

    .line 1
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/editor/api/a/f;->a:Lretrofit2/Call;

    iput-object p2, p0, Lcom/sandboxol/editor/api/a/f;->b:Lretrofit2/Converter;

    return-void
.end method

.method public static final synthetic a(Lcom/sandboxol/editor/api/a/f;)Lretrofit2/Converter;
    .registers 1

    .line 1
    iget-object p0, p0, Lcom/sandboxol/editor/api/a/f;->b:Lretrofit2/Converter;

    return-object p0
.end method


# virtual methods
.method public cancel()V
    .registers 2

    .line 1
    iget-object v0, p0, Lcom/sandboxol/editor/api/a/f;->a:Lretrofit2/Call;

    invoke-interface {v0}, Lretrofit2/Call;->cancel()V

    return-void
.end method

.method public clone()Lcom/sandboxol/editor/api/a/f;
    .registers 4
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Lcom/sandboxol/editor/api/a/f<",
            "TS;TE;>;"
        }
    .end annotation

    .line 3
    new-instance v0, Lcom/sandboxol/editor/api/a/f;

    iget-object v1, p0, Lcom/sandboxol/editor/api/a/f;->a:Lretrofit2/Call;

    invoke-interface {v1}, Lretrofit2/Call;->clone()Lretrofit2/Call;

    move-result-object v1

    const-string v2, "delegate.clone()"

    invoke-static {v1, v2}, Lkotlin/jvm/internal/i;->b(Ljava/lang/Object;Ljava/lang/String;)V

    iget-object v2, p0, Lcom/sandboxol/editor/api/a/f;->b:Lretrofit2/Converter;

    invoke-direct {v0, v1, v2}, Lcom/sandboxol/editor/api/a/f;-><init>(Lretrofit2/Call;Lretrofit2/Converter;)V

    return-object v0
.end method

.method public bridge synthetic clone()Ljava/lang/Object;
    .registers 2

    .line 1
    invoke-virtual {p0}, Lcom/sandboxol/editor/api/a/f;->clone()Lcom/sandboxol/editor/api/a/f;

    move-result-object v0

    return-object v0
.end method

.method public bridge synthetic clone()Lretrofit2/Call;
    .registers 2

    .line 2
    invoke-virtual {p0}, Lcom/sandboxol/editor/api/a/f;->clone()Lcom/sandboxol/editor/api/a/f;

    move-result-object v0

    return-object v0
.end method

.method public enqueue(Lretrofit2/Callback;)V
    .registers 4
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Lretrofit2/Callback<",
            "Lcom/sandboxol/editor/api/a/b<",
            "TS;TE;>;>;)V"
        }
    .end annotation

    const-string v0, "callback"

    invoke-static {p1, v0}, Lkotlin/jvm/internal/i;->c(Ljava/lang/Object;Ljava/lang/String;)V

    .line 1
    iget-object v0, p0, Lcom/sandboxol/editor/api/a/f;->a:Lretrofit2/Call;

    new-instance v1, Lcom/sandboxol/editor/api/a/e;

    invoke-direct {v1, p0, p1}, Lcom/sandboxol/editor/api/a/e;-><init>(Lcom/sandboxol/editor/api/a/f;Lretrofit2/Callback;)V

    invoke-interface {v0, v1}, Lretrofit2/Call;->enqueue(Lretrofit2/Callback;)V

    return-void
.end method

.method public execute()Lretrofit2/Response;
    .registers 3
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Lretrofit2/Response<",
            "Lcom/sandboxol/editor/api/a/b<",
            "TS;TE;>;>;"
        }
    .end annotation

    .line 1
    new-instance v0, Ljava/lang/UnsupportedOperationException;

    const-string v1, "NetworkResponseCall doesn\'t support execute"

    invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V

    throw v0
.end method

.method public isCanceled()Z
    .registers 2

    .line 1
    iget-object v0, p0, Lcom/sandboxol/editor/api/a/f;->a:Lretrofit2/Call;

    invoke-interface {v0}, Lretrofit2/Call;->isCanceled()Z

    move-result v0

    return v0
.end method

.method public isExecuted()Z
    .registers 2

    .line 1
    iget-object v0, p0, Lcom/sandboxol/editor/api/a/f;->a:Lretrofit2/Call;

    invoke-interface {v0}, Lretrofit2/Call;->isExecuted()Z

    move-result v0

    return v0
.end method

.method public request()Lokhttp3/C;
    .registers 3

    .line 1
    iget-object v0, p0, Lcom/sandboxol/editor/api/a/f;->a:Lretrofit2/Call;

    invoke-interface {v0}, Lretrofit2/Call;->request()Lokhttp3/C;

    move-result-object v0

    const-string v1, "delegate.request()"

    invoke-static {v0, v1}, Lkotlin/jvm/internal/i;->b(Ljava/lang/Object;Ljava/lang/String;)V

    return-object v0
.end method