中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

横峰县| 友谊县| 宾川县| 阿尔山市| 都兰县| 淮南市| 海南省| 双流县| 赣榆县| 靖边县| 大英县| 缙云县| 青川县| 兴和县| 盈江县| 本溪市| 炉霍县| 吐鲁番市| 永仁县| 梨树县| 阆中市| 和平区| 怀化市| 阿瓦提县| 敖汉旗| 石狮市| 桐梓县| 龙州县| 唐河县| 临泉县| 肇东市| 怀仁县| 车致| 两当县| 额敏县| 玛曲县| 荔浦县| 舞钢市| 拜泉县| 会宁县| 凤庆县|