2015年6月30日 星期二

Android-Parse Push 推波( Push )( 二 )

在上一篇有介紹如何匯入基本的Parse Jar
接下要介紹的是 : 推波 功能
  • 手機端發送推波
ParsePush push = new ParsePush(); 
push.setChannel("MyChannel"); 
push.setMessage("MyMessage"); 
push.sendInBackground();


沒有留言:

張貼留言