Android推送通知数据
创始人
2024-08-21 21:00:34
0

Android中实现推送通知需要使用第三方库或者服务,比如Firebase Cloud Messaging(FCM),JPush等。以下是使用FCM实现推送通知的代码示例:

  1. 在项目根目录下的build.gradle文件中添加以下依赖:
dependencies {
    // ...
    implementation 'com.google.firebase:firebase-messaging:22.0.0'
}
  1. 在AndroidManifest.xml文件中添加以下代码:





    
        
    




    
        
        
    

  1. 在MyFirebaseMessagingService类中添加以下代码:
public class MyFirebaseMessagingService extends FirebaseMessagingService {

    private static final String TAG = "MyFirebaseMessagingService";

    @Override
    public void onMessageReceived(RemoteMessage remoteMessage) {
        super.onMessageReceived(remoteMessage);
        
        // 获取通知数据
        String title = remoteMessage.getNotification().getTitle();
        String body = remoteMessage.getNotification().getBody();
        Map data = remoteMessage.getData();
        
        // 处理通知
        sendNotification(title, body, data);
    }

    private void sendNotification(String title, String body, Map data) {
        // 构建通知
        NotificationCompat.Builder builder = new NotificationCompat.Builder(this, "default");
        builder.setContentTitle(title)
                .setContentText(body)
                .setSmallIcon(R.mipmap.ic_launcher)
                .setDefaults(Notification.DEFAULT_ALL)
                .setPriority(NotificationCompat.PRIORITY_HIGH)
                .setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
                .setContentIntent(getPendingIntent(data));

        // 发送通知
        NotificationManagerCompat notificationManager =
                NotificationManagerCompat.from(this);
        notificationManager.notify(0, builder.build());
    }

    private PendingIntent getPendingIntent(Map data) {
        Intent intent = new Intent(this, MainActivity.class);
        intent.setAction("OPEN_NOTIFICATION_ACTION");
        for (String key : data.keySet()) {
            intent.putExtra(key, data.get(key));
        }
        return PendingIntent.getActivity(this, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
    }
}

上述代码中,使用MyFirebaseMessagingService类继

相关内容

热门资讯

透视挂!智星德州插件,wepo... 透视挂!智星德州插件,wepoker有没有辅助,资料教程(有挂教程)-哔哩哔哩1、游戏颠覆性的策略玩...
透视苹果版!pokemmo脚本... 透视苹果版!pokemmo脚本辅助器,we poker免费辅助器,秘籍教程(有挂分享)-哔哩哔哩1、...
透视能赢!wepoker能不能... 透视能赢!wepoker能不能透视,hhpoker德州挂真的有吗,要领教程(详细教程)-哔哩哔哩1、...
透视好牌!wpk透视是真的假的... 透视好牌!wpk透视是真的假的,wepoker游戏的安装教程,教程书教程(有挂技巧)-哔哩哔哩一、w...
透视科技!wpk辅助插件,wp... 透视科技!wpk辅助插件,wpk透视插件,手册教程(证实有挂)-哔哩哔哩wpk辅助插件辅助器中分为三...
透视能赢!hhpoker辅助靠... 透视能赢!hhpoker辅助靠谱吗,wepoker怎么设置房间,手段教程(有挂技巧)-哔哩哔哩1、让...
透视好友!wpk刷入池率脚本,... 透视好友!wpk刷入池率脚本,wepoker免费透视,操作教程(有挂技巧)-哔哩哔哩wpk刷入池率脚...
透视脚本!有哪些免费的wpk辅... 透视脚本!有哪些免费的wpk辅助码,wepoker如何设置透视,经验教程(有挂秘笈)-哔哩哔哩在进入...
透视ai代打!如何下载wepo... 透视ai代打!如何下载wepoker安装包,哈糖大菠萝挂,指南书教程(有挂技巧)-哔哩哔哩1、让任何...
透视总结!德普软件,德州来玩辅... 透视总结!德普软件,德州来玩辅助器,法门教程(有挂技术)-哔哩哔哩德州来玩辅助器辅助器中分为三种模型...