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

53 lines
1.2 KiB
Smali

.class public Lcom/mbridge/msdk/scheme/response/AppletSchemeResponse;
.super Lcom/mbridge/msdk/foundation/same/net/c;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/mbridge/msdk/foundation/same/net/c<",
"Lorg/json/JSONObject;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 9
invoke-direct {p0}, Lcom/mbridge/msdk/foundation/same/net/c;-><init>()V
return-void
.end method
# virtual methods
.method public onError(Lcom/mbridge/msdk/foundation/same/net/a/a;)V
.locals 0
.line 19
invoke-super {p0, p1}, Lcom/mbridge/msdk/foundation/same/net/c;->onError(Lcom/mbridge/msdk/foundation/same/net/a/a;)V
return-void
.end method
.method public onSuccess(Lcom/mbridge/msdk/foundation/same/net/d;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/mbridge/msdk/foundation/same/net/d<",
"Lorg/json/JSONObject;",
">;)V"
}
.end annotation
.line 14
invoke-super {p0, p1}, Lcom/mbridge/msdk/foundation/same/net/c;->onSuccess(Lcom/mbridge/msdk/foundation/same/net/d;)V
return-void
.end method