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

25 lines
722 B
Smali

.class public interface abstract Lcom/mbridge/msdk/newreward/player/iview/IBaseView;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract addViewToCurrentViewGroup(Landroid/view/View;)V
.end method
.method public abstract initViews(Z)Z
.end method
.method public abstract onActivityLifeCycleCallback(Ljava/lang/String;)V
.end method
.method public abstract removeTempleFromSuperView(Landroid/view/ViewGroup;)V
.end method
.method public abstract show(Landroid/view/ViewGroup;)V
.annotation runtime Lcom/mbridge/msdk/newreward/function/command/retention/ReportAnnotation$MethodInfo;
className = "IBaseView.show"
reportType = "2"
.end annotation
.end method