AndroidStudio在应用程序未运行时无法接收通知负载
创始人
2024-08-20 12:30:04
0

当应用程序未运行时,Android Studio 无法接受推送通知的负载。要解决此问题,您需要在应用程序中实现 FirebaseMessagingService 类以处理通知负载。在 FirebaseMessagingService 类中,您可以使用 onMessageReceived 方法来接收通知负载并执行所需的操作。以下是一个示例:

public class MyFirebaseMessagingService extends FirebaseMessagingService {

private static final String TAG = "MyFirebaseMessagingService";

@Override
public void onMessageReceived(RemoteMessage remoteMessage) {
    super.onMessageReceived(remoteMessage);

    // Get notification payload
    String notificationTitle = remoteMessage.getNotification().getTitle();
    String notificationBody = remoteMessage.getNotification().getBody();

    // Get data payload
    String dataValue1 = remoteMessage.getData().get("key1");
    String dataValue2 = remoteMessage.getData().get("key2");

    // Handle notification
    sendNotification(notificationTitle, notificationBody, dataValue1, dataValue2);
}

private void sendNotification(String notificationTitle, String notificationBody, String dataValue1, String dataValue2) {
    // Build notification
    NotificationCompat.Builder notificationBuilder = new NotificationCompat.Builder(this, "channel_id")
            .setContentTitle(notificationTitle)
            .setContentText(notificationBody)
            .setSmallIcon(R.drawable.ic_notification)
            .setAutoCancel(true);

    // Handle data payload
    if (dataValue1 != null && dataValue2 != null) {
        // Do something with data values
    }

    // Show notification
    NotificationManagerCompat notificationManager = NotificationManagerCompat.from(this);
    notificationManager.notify(0, notificationBuilder.build());
}

}

您还需要在 AndroidManifest.xml 文件中声明您的 FirebaseMessagingService 类,如下所示:

现在您可以在应用程序未运行时接受推送通知并处理通知负载。

相关内容

热门资讯

透视安卓版"赖子三加... 透视安卓版"赖子三加一辅助"开挂(安装)辅助安装确实有挂-系统教程;无需打开直接搜索加薇136704...
查到实测"德州圈脚本... 德州圈脚本是一款专注玩家量身打造的游戏记牌类型软件,在德州圈脚本这款游戏中我们可以记录下每张牌的数量...
透视有挂"潮汕激k辅... 透视有挂"潮汕激k辅助"开挂(脚本)辅助脚本证实有挂-切实教程【无需打开直接搜索加薇13670430...
透视美元局"微乐游戏... 透视美元局"微乐游戏公众号辅助器"开挂(神器)辅助神器真的有挂-必赢教程;无需打开直接搜索薇:136...
一分钟教你"广西微乐... 大家好,今天小编来为大家解答广西微乐小程序辅助器这个问题咨询软件客服可以免费测试直接加微信(1367...
必看攻略"禅游游戏辅... 禅游游戏辅助 无需打开直接搜索微信:136704302本司针对手游进行,选择我们的四大理由: 1、软...
科普分享"新道游辅助... 新道游辅助器免费版开挂教程视频分享装挂详细步骤在当今的网络游戏中,新道游辅助器免费版作为一种经典的娱...
玩家亲测"奇迹手游辅... 玩家亲测"奇迹手游辅助脚本平台免费"开挂(安装)辅助安装有挂猫腻-黑科技教程您好:奇迹手游辅助脚本平...
透视能赢"丽水都莱智... 透视能赢"丽水都莱智能辅助神器"开挂(透视)辅助透视有挂工具-2026新版教程;无需打开直接搜索薇:...
透视有挂"星悦辅助神... 大家好,今天小编来为大家解答星悦辅助神器这个问题咨询软件客服可以免费测试直接加微信(13670430...