我通過GCM發送消息,但我找不到通過GCM消息發送圖像和網站鏈接到設備的方法,因此如果我們點擊通知,則應打開網頁鏈接或者必須下載或顯示圖像..?如何通過GCM ..發送圖片和網站鏈接?
1
A
回答
4
可以在GCM消息
在客戶端(GCMIntentService)發送網站鏈接 -
@Override
protected void onMessage(Context context, Intent intent) {
String uriStr = intent.getStringExtra(FIELD_MESSAGE);
//FIELD_MESSAGE is the same key used while sending links from server
Intent notificationIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(uriStr));
PendingIntent contentIntent = PendingIntent.getActivity(context, 0, notificationIntent, 0);
notification.setLatestEventInfo(context, contentTitle, contentText, contentIntent);
mNotificationManager.notify(970970, notification);
}
4
我寫的介紹做這個兩種方法的兩個博客文章:教程:Using AirBop to Send Images in the Message Payload和教程:Using AirBop to Push Images for BigPictureStyle Notifications的帖子使用AirBop作爲他們的應用服務器,但您可以使用與GCM一起使用的任何服務器的相同想法。
0
我將接近這樣 1)發送GCM通知到客戶端的URL 2一起)基於URL接收,下載圖像 3)一旦下載,保存圖片和設置的通知
相關問題
- 1. indexoutofboundsexception通過套接字發送圖片
- 2. 如何通過ajax post發送圖片?
- 3. 通過nodejs api發送圖片資源鏈接到android
- 4. 通過UDP發送圖片
- 5. 通過TCP發送圖片
- 6. 如何從網站上抓取鏈接和圖片?
- 7. 如何在C#.Net上通過GCM發送Android推送通知
- 8. 如何通過GCM
- 9. Android:如何通過套接字正確發送圖片
- 10. 無法通過GCM發送PUSH通知
- 11. 通過代理髮送推送通知(APN和GCM)
- 12. Android gcm發送鏈接測試
- 13. GCM發送圖片而不是消息
- 14. 如何通過套接字發送和接收圖像
- 15. 如何通過ajax發送django文本和圖片格式
- 16. 無法通過發送頭從網站
- 17. 鏈接圖像網站鏈接
- 18. 如何發送鏈接到外部網站的Facebook請求?
- 19. 推送通知通過GCM
- 20. 如何發送網站鏈接作爲多個Facebook好友的鏈接?
- 21. 發送彩信與照片通過HTML鏈接在Android
- 22. 如何在Google網站中的鏈接之前顯示圖片
- 23. 通過href鏈接發送JS變量
- 24. 通過鏈接發送ID - Yii
- 25. 通過鏈接發送webdriver/eclipse項目
- 26. Facebook API - 如何發佈帶有自定義圖片的網站鏈接?
- 27. 通過Facebook圖形API發佈帶有大圖片的鏈接
- 28. sprite圖片替換通過鏈接
- 29. 通過intent發送相機圖片
- 30. 通過郵件發送圖片