- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
39 lines
971 B
Java
39 lines
971 B
Java
package com.mbridge.msdk.video.bt.module;
|
|
|
|
import android.content.Context;
|
|
import android.util.AttributeSet;
|
|
import android.view.View;
|
|
import com.mbridge.msdk.foundation.entity.CampaignEx;
|
|
import com.mbridge.msdk.video.signal.a.k;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public class MBridgeBTNativeECDiff extends BTBaseView {
|
|
public View ctaView;
|
|
|
|
public boolean checkChinaProgressBarStatus() {
|
|
return false;
|
|
}
|
|
|
|
public void doChinaJumpClick(Context context, k kVar) {
|
|
}
|
|
|
|
@Override // com.mbridge.msdk.video.bt.module.BTBaseView
|
|
public void init(Context context) {
|
|
}
|
|
|
|
@Override // com.mbridge.msdk.video.bt.module.BTBaseView
|
|
public void onDestory() {
|
|
}
|
|
|
|
public void setChinaCTAData(CampaignEx campaignEx) {
|
|
}
|
|
|
|
public MBridgeBTNativeECDiff(Context context) {
|
|
super(context);
|
|
}
|
|
|
|
public MBridgeBTNativeECDiff(Context context, AttributeSet attributeSet) {
|
|
super(context, attributeSet);
|
|
}
|
|
}
|