Android推送在几秒后消失。
创始人
2024-08-21 21:00:44
0

以下是一个在Android中实现推送消息在几秒后消失的代码示例:

  1. 创建一个新的类NotificationUtils
import android.app.Notification;
import android.app.NotificationManager;
import android.content.Context;
import android.os.Handler;
import android.os.Looper;
import android.support.v4.app.NotificationCompat;

public class NotificationUtils {
    private static final int NOTIFICATION_ID = 1;
    private static final int DELAY_MILLIS = 3000; // 3秒

    public static void showNotification(Context context, String title, String message) {
        NotificationCompat.Builder builder = new NotificationCompat.Builder(context, "channel_id")
                .setSmallIcon(R.drawable.ic_notification)
                .setContentTitle(title)
                .setContentText(message)
                .setAutoCancel(true);

        Notification notification = builder.build();

        NotificationManager notificationManager = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
        notificationManager.notify(NOTIFICATION_ID, notification);

        // 注册一个延迟的任务,在指定时间后取消通知
        new Handler(Looper.getMainLooper()).postDelayed(new Runnable() {
            @Override
            public void run() {
                notificationManager.cancel(NOTIFICATION_ID);
            }
        }, DELAY_MILLIS);
    }
}
  1. 在你的推送消息接收到的地方调用NotificationUtils.showNotification()方法来显示通知,例如在onMessageReceived()方法中:
@Override
public void onMessageReceived(RemoteMessage remoteMessage) {
    // 解析推送消息
    String title = remoteMessage.getData().get("title");
    String message = remoteMessage.getData().get("message");

    // 显示通知
    NotificationUtils.showNotification(getApplicationContext(), title, message);
}

请确保你已经创建了一个合适的通知渠道(channel_id)并在AndroidManifest.xml文件中声明了相关权限和服务。

相关内容

热门资讯

透视计算!山城九九辅助,约局吧... 透视计算!山城九九辅助,约局吧开挂神器是真的吗-起初有挂开挂辅助平台;无需打开直接搜索加(薇:136...
一分钟了解!牛总管辅助免费版,... 一分钟了解!牛总管辅助免费版,友间十三道有什么窍门(有挂开挂辅助平台)您好:友间十三道有什么窍门这款...
透视透明!极速官方暗堡透视,w... >>您好:极速官方暗堡透视确实是有挂的,很多玩家在这款极速官方暗堡透视游戏中打牌都会发现很多用户的牌...
记者爆料!传送屋激k辅助器,闲... 传送屋激k辅助器开挂教程视频分享装挂详细步骤在当今的网络游戏中,传送屋激k辅助器作为一种经典的娱乐方...
透明总结!wepoker破解版... 透明总结!wepoker破解版内购,wepoker轻量版书签-从前有挂开挂辅助安装;打开点击测试直接...
重大消息!越乡游辅助工具,衢州... 重大消息!越乡游辅助工具,衢州都莱辅助器(有挂开挂辅助下载);无需打开直接搜索加薇136704302...
透视线上!微乐家乡脚本助手,a... 大家好,今天小编来为大家解答微乐家乡脚本助手这个问题咨询软件客服可以免费测试直接加微信(136704...
科技新动态!微乐游戏小程序辅助... 【亲,微乐游戏小程序辅助器免费 这款游戏可以开挂的,确实是有挂的,很多玩家在这款微乐游戏小程序辅助器...
透视好友房!手机游戏挂机辅助软... 手机游戏挂机辅助软件开挂教程视频分享装挂详细步骤在当今的网络游戏中,手机游戏挂机辅助软件作为一种经典...
每日必看教程!吉祥填大坑的破解... 每日必看教程!吉祥填大坑的破解方法,九酷众游辅助(有挂开挂辅助神器)1、下载安装好吉祥填大坑的破解方...