Files
rr3-apk/smali_classes4/com/mbridge/msdk/thrid/okhttp/Call.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

46 lines
1.0 KiB
Smali

.class public interface abstract Lcom/mbridge/msdk/thrid/okhttp/Call;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Cloneable;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/mbridge/msdk/thrid/okhttp/Call$Factory;
}
.end annotation
# virtual methods
.method public abstract cancel()V
.end method
.method public abstract clone()Lcom/mbridge/msdk/thrid/okhttp/Call;
.end method
.method public abstract enqueue(Lcom/mbridge/msdk/thrid/okhttp/Callback;)V
.end method
.method public abstract execute()Lcom/mbridge/msdk/thrid/okhttp/Response;
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract isCanceled()Z
.end method
.method public abstract isExecuted()Z
.end method
.method public abstract request()Lcom/mbridge/msdk/thrid/okhttp/Request;
.end method
.method public abstract timeout()Lcom/mbridge/msdk/thrid/okio/Timeout;
.end method