正在查看: Clean Center v0.5.5 应用的 AdActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Clean Center v0.5.5 应用的 AdActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.yandex.mobile.ads.common;
import android.app.Activity;
import android.content.res.Configuration;
import com.yandex.mobile.ads.impl.y0;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
@Metadata(d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\u0018\u00002\u00020\u0001B\u0007¢\u0006\u0004\b\u0002\u0010\u0003¨\u0006\u0004"}, d2 = {"Lcom/yandex/mobile/ads/common/AdActivity;", "Landroid/app/Activity;", "<init>", "()V", "mobileads_externalRelease"}, k = 1, mv = {1, 9, 0})
public final class AdActivity extends Activity {
private y0 a;
@Override
public final void onConfigurationChanged(Configuration config) {
Intrinsics.checkNotNullParameter(config, "config");
super.onConfigurationChanged(config);
y0 y0Var = this.a;
if (y0Var != null) {
y0Var.a(config);
}
}
@Override
public final void onCreate(android.os.Bundle r14) {
throw new UnsupportedOperationException("Method not decompiled: com.yandex.mobile.ads.common.AdActivity.onCreate(android.os.Bundle):void");
}
@Override
public final void onDestroy() {
y0 y0Var = this.a;
if (y0Var != null) {
y0Var.a();
}
super.onDestroy();
}
@Override
public final void onPause() {
y0 y0Var = this.a;
if (y0Var != null) {
y0Var.d();
}
super.onPause();
}
@Override
public final void onResume() {
super.onResume();
y0 y0Var = this.a;
if (y0Var != null) {
y0Var.e();
}
}
@Override
public final void onBackPressed() {
y0 y0Var = this.a;
if (y0Var == null || y0Var.c()) {
super.onBackPressed();
}
}
}