导航菜单

页面标题

页面副标题

Baubap v3.9.7 - BaubapFirebaseMessagingService.java 源代码

正在查看: Baubap v3.9.7 应用的 BaubapFirebaseMessagingService.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.baubap.push;

import android.app.Application;
import go.c;
import go.f;
import ke.a;
import m30.m;
import m40.h0;
import m40.r0;
import oo.d;
import se.o0;
import v3.y;
import zj.b;

public final class BaubapFirebaseMessagingService extends f {

    public o0 f10152f;

    public b f10153g;

    public a f10154h;

    public d f10155i;

    public md.a f10156j;

    public final m f10157k = l10.b.f0(new go.a(this, 0));

    public final m f10158l = l10.b.f0(new go.a(this, 1));

    public final void d(int i10, String str) {
        tx.b.X(mr.b.b(r0.c), new y(7), (h0) null, new c(this, i10, str, null), 2);
    }

    public final void onMessageReceived(com.google.firebase.messaging.u r18) {
        throw new UnsupportedOperationException("Method not decompiled: com.baubap.push.BaubapFirebaseMessagingService.onMessageReceived(com.google.firebase.messaging.u):void");
    }

    public final void onNewToken(String str) {
        xu.b.y(str, "token");
        tx.b.X(mr.b.b(r0.c), new y(8), (h0) null, new go.d(this, str, null), 2);
        md.a aVar = this.f10156j;
        if (aVar == null) {
            xu.b.r0("contactSupportManager");
            throw null;
        }
        Application application = getApplication();
        xu.b.x(application, "getApplication(...)");
        ((od.b) aVar).f23925a.sendTokenToIntercom(application, str);
    }
}