正在查看: Pulsar v1.0.0 应用的 c.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Pulsar v1.0.0 应用的 c.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package c6;
import android.content.Context;
import com.google.firebase.components.g;
import com.google.firebase.components.i;
import com.google.firebase.components.k0;
import com.google.firebase.components.l;
import com.google.firebase.components.w;
import com.google.firebase.h;
import com.google.firebase.t;
import java.lang.annotation.Annotation;
import java.util.concurrent.Executor;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.p1;
import kotlin.k;
import kotlin.z0;
import kotlinx.coroutines.b2;
import kotlinx.coroutines.o0;
import org.jetbrains.annotations.NotNull;
public final class c {
@p1({"SMAP\nFirebase.kt\nKotlin\n*S Kotlin\n*F\n+ 1 Firebase.kt\ncom/google/firebase/ktx/FirebaseKt$coroutineDispatcher$1\n*L\n1#1,158:1\n*E\n"})
public static final class a<T> implements l {
public static final a<T> a = new a<>();
@Override
public final o0 create(i iVar) {
Intrinsics.reifiedOperationMarker(4, "T");
Object obj = iVar.get(k0.qualified(Annotation.class, Executor.class));
Intrinsics.checkNotNullExpressionValue(obj, "c.get(Qualified.qualifie…a, Executor::class.java))");
return b2.from((Executor) obj);
}
}
private static final <T extends Annotation> g<o0> a() {
Intrinsics.reifiedOperationMarker(4, "T");
g.b builder = g.builder(k0.qualified(Annotation.class, o0.class));
Intrinsics.reifiedOperationMarker(4, "T");
g.b add = builder.add(w.required((k0<?>) k0.qualified(Annotation.class, Executor.class)));
Intrinsics.needClassReification();
g<o0> build = add.factory(a.a).build();
Intrinsics.checkNotNullExpressionValue(build, "builder(Qualified.qualif…cher()\n }\n .build()");
return build;
}
@NotNull
public static final h app(@NotNull b bVar, @NotNull String name) {
Intrinsics.checkNotNullParameter(bVar, "<this>");
Intrinsics.checkNotNullParameter(name, "name");
h hVar = h.getInstance(name);
Intrinsics.checkNotNullExpressionValue(hVar, "getInstance(name)");
return hVar;
}
@NotNull
public static final h getApp(@NotNull b bVar) {
Intrinsics.checkNotNullParameter(bVar, "<this>");
h hVar = h.getInstance();
Intrinsics.checkNotNullExpressionValue(hVar, "getInstance()");
return hVar;
}
@NotNull
public static final t getOptions(@NotNull b bVar) {
Intrinsics.checkNotNullParameter(bVar, "<this>");
t options = getApp(b.a).getOptions();
Intrinsics.checkNotNullExpressionValue(options, "Firebase.app.options");
return options;
}
@k(message = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.", replaceWith = @z0(expression = "", imports = {}))
@f8.d
public static final h initialize(@NotNull b bVar, @NotNull Context context) {
Intrinsics.checkNotNullParameter(bVar, "<this>");
Intrinsics.checkNotNullParameter(context, "context");
return h.initializeApp(context);
}
@k(message = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.", replaceWith = @z0(expression = "", imports = {}))
@NotNull
public static final h initialize(@NotNull b bVar, @NotNull Context context, @NotNull t options) {
Intrinsics.checkNotNullParameter(bVar, "<this>");
Intrinsics.checkNotNullParameter(context, "context");
Intrinsics.checkNotNullParameter(options, "options");
h initializeApp = h.initializeApp(context, options);
Intrinsics.checkNotNullExpressionValue(initializeApp, "initializeApp(context, options)");
return initializeApp;
}
@k(message = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.", replaceWith = @z0(expression = "", imports = {}))
@NotNull
public static final h initialize(@NotNull b bVar, @NotNull Context context, @NotNull t options, @NotNull String name) {
Intrinsics.checkNotNullParameter(bVar, "<this>");
Intrinsics.checkNotNullParameter(context, "context");
Intrinsics.checkNotNullParameter(options, "options");
Intrinsics.checkNotNullParameter(name, "name");
h initializeApp = h.initializeApp(context, options, name);
Intrinsics.checkNotNullExpressionValue(initializeApp, "initializeApp(context, options, name)");
return initializeApp;
}
}