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类继

相关内容

热门资讯

透视透视!wepoker可以免... 透视透视!wepoker可以免费玩吗(透视)微信小程序开心泉州辅助器(总是是真的辅助app)-哔哩哔...
这一现象值得深思!hhpoke... 这一现象值得深思!hhpoker的辅助是真的吗(透视)新上游通用挂(一直存在有辅助安装)-哔哩哔哩1...
透视透视挂!德普之星透视免费(... 透视透视挂!德普之星透视免费(透视)腾讯欢乐卡五星辅助器(好像有辅助神器)-哔哩哔哩所有人都在同一条...
据监测!德州局脚本(透视)微信... 据监测!德州局脚本(透视)微信小程序嘟嘟十三张脚本(切实真的有辅助辅助器)-哔哩哔哩1、超多福利:超...
事发当天!红龙poker作必弊... 事发当天!红龙poker作必弊指令(透视)微乐自建房怎么提高胜率(一直是真的辅助插件)-哔哩哔哩1、...
透视好友!sohoo poke... 透视好友!sohoo poker辅助器(透视)阿当比鸡有透视吗(确实真的是有辅助下载)-哔哩哔哩1、...
今天上午!pokernow辅助... 今天上午!pokernow辅助工具(透视)小唐家乐园辅助(本来是真的辅助app)-哔哩哔哩1、完成小...
透视脚本!wepoker辅助透... 透视脚本!wepoker辅助透视(透视)四川熊猫辅助软件(一直存在有辅助安装)-哔哩哔哩1、许多玩家...
据报道!wpk安卓下载辅助(透... 据报道!wpk安卓下载辅助(透视)酷玩联盟破解版下载(一直真的有辅助下载)-哔哩哔哩1、酷玩联盟破解...
透视真的!约局吧德州透视(透视... 透视真的!约局吧德州透视(透视)微信小程序财神十三张辅助(其实真的有辅助安装)-哔哩哔哩1、不需要A...