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

相关内容

热门资讯

黑科技辅助!aapoker外挂... 您好:AAPoKer记牌器这款游戏可以开挂的,确实是有挂的,很多玩家在这款游戏中打牌都会发现很多用户...
黑科技辅助!wepoke一定有... 黑科技辅助!wepoke一定有挂,(WePoKe好友)原来真的有挂,切实教程(有挂解惑)-哔哩哔哩;...
黑科技辅助!wepower辅助... 黑科技辅助!wepower辅助器,(WePoKe美元局)原来真的有挂,AA德州教程(有挂详细)-哔哩...
黑科技辅助!wepower辅助... 黑科技辅助!wepower辅助器,(WePoKe方法)原来真的有挂,高科技教程(存在有挂)-哔哩哔哩...
黑科技辅助!悟空黑桃a辅助,(... 黑科技辅助!悟空黑桃a辅助,(悟空黑桃a辅助软件)原来真的有挂,详细教程(详细教程)-哔哩哔哩;黑科...
黑科技辅助!wepokeai代... 黑科技辅助!wepokeai代打逻辑,(WePoKe诀窍)原来真的有挂,详细教程(有挂教程)-哔哩哔...
黑科技辅助!aapoker辅助... 黑科技辅助!aapoker辅助,(AAPoKer黑科技)原来真的有挂,解密教程(竟然)-哔哩哔哩;是...
黑科技辅助!wepoke计算辅... 黑科技辅助!wepoke计算辅助,(WePoKeai机器人)原来真的有挂,技巧教程(证实有挂)-哔哩...
黑科技辅助!德扑ai智能工具,... 黑科技辅助!德扑ai智能工具,(德扑ai俱乐部)原来真的有挂,2025新版总结(助手)-哔哩哔哩,德...
黑科技辅助!悟空黑桃a免费赛,... 黑科技辅助!悟空黑桃a免费赛,(悟空德州app)原来真的有挂,实用技巧(神器)-哔哩哔哩;悟空黑桃a...