亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Notification通知事件

發布時間:2020-07-25 02:45:09 來源:網絡 閱讀:306 作者:671076656 欄目:開發技術

// 在用戶離線時,設備發送的消息保存在服務器

// 當用戶上線時,向服務器發送命令,服務器把離線消息發送給手機端

// 所有消息以通知的形式顯示

@SuppressWarnings("deprecation")

private void showNotification(int eventType, String msgType) {

try {

NotificationManager manager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);

//

// Intent intent = new Intent(this, EventListActivity.class);

Intent intent = new Intent(this, OfflineWarnningActivity.class);// 這里是點擊通知后

// 跳轉的activity

intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP

| Intent.FLAG_ACTIVITY_NEW_TASK);

PendingIntent pendingIntent = PendingIntent.getActivity(this, 0,

intent, PendingIntent.FLAG_UPDATE_CURRENT);

long time = (Integer.parseInt(GCMBroadcastReceiver.eventTimeString) - 8*60*60) * 1000L;

String msg = "離線推送消息";

Notification notification = new Notification(R.drawable.nty_alert,

msg, time);

notification.icon = R.drawable.icon;

notification.flags |= Notification.FLAG_AUTO_CANCEL;

// notification.flags |= Notification.FLAG_NO_CLEAR;//這條語句控制通知是否可以刪除

notification.defaults = Notification.DEFAULT_ALL;

notification.setLatestEventInfo(this, String.format(msg, msgType),

String.format(getText(R.string.ntfLastEventIs).toString(),

msgType), pendingIntent);

manager.notify(1, notification);

} catch (Exception e) {

e.printStackTrace();

}

}


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

庆阳市| 沙雅县| 隆尧县| 尚义县| 安图县| 渝北区| 南漳县| 新津县| 建水县| 剑川县| 大余县| 任丘市| 田东县| 双牌县| 同德县| 南昌市| 灵寿县| 北宁市| 合川市| 迁西县| 嘉兴市| 淮南市| 苏尼特左旗| 汤阴县| 建水县| 秦安县| 湖南省| 建阳市| 博湖县| 华安县| 邢台市| 五莲县| 长乐市| 宁阳县| 南充市| 申扎县| 崇礼县| 连云港市| 台州市| 岳西县| 南投市|