下載本文檔
版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、PushSDK(Android 版(,)PushSDK(Android 版(,)簡(jiǎn)1 2 閱讀對(duì)3 SDK功能說(shuō)框架設(shè)主要功4 開(kāi)發(fā)前準(zhǔn)簡(jiǎn)1 2 閱讀對(duì)3 SDK功能說(shuō)框架設(shè)主要功4 開(kāi)發(fā)前準(zhǔn)運(yùn)行環(huán)參數(shù)申請(qǐng)及權(quán)限開(kāi)賬戶支5 使用SDK 開(kāi)發(fā)應(yīng)添加SDK到APP工調(diào)用6API說(shuō)常量說(shuō)7 8 縮略2第1簡(jiǎn)PushAndroidSDK PushPushSDKAndroidPush PushSDK service第1簡(jiǎn)PushAndroidSDK PushPushSDKAndroidPush PushSDK servicePushentPushAndroidSDK存放一個(gè)AndroidSDK .jar
2、:pushSDKjarlibpush-socket.soPushjni資源。so文件夾libs 目錄下。 ;ApplicationonCreatePush SDK 3第2閱讀對(duì)SDKAndroid第2閱讀對(duì)SDKAndroid4第3SDK 功能說(shuō) 圖PushSDK框架第3SDK 功能說(shuō) 圖PushSDK框架 Push- Push-設(shè)置自定義通知的-的通知的-LBS-LBSLBS-5Push服務(wù)PushHTTP/HTTPSPush用戶應(yīng)設(shè)置通知的-富設(shè)置通知的-富-6第4開(kāi)發(fā)前準(zhǔn)可運(yùn)行于Android2.1(APILevel7)4.2.1 IDAPIAPIKeySecretKey第4開(kāi)發(fā)前準(zhǔn)可運(yùn)
3、行于Android2.1(APILevel7)4.2.1 IDAPIAPIKeySecretKey 的userid作為唯一識(shí),使用 , Push服務(wù),當(dāng)然要獲得Androiddemo4.3.2 賬戶體系,每個(gè)終端直接通過(guò)APIKeyServeruseridid對(duì)應(yīng)到自己的賬戶系統(tǒng),此方式方便靈活,Android 端Push 服務(wù)的方法: 7第5SDK 開(kāi)發(fā)應(yīng)SDKAPP創(chuàng)建一個(gè)Android libs/armeabi jar第5SDK 開(kāi)發(fā)應(yīng)SDKAPP創(chuàng)建一個(gè)Android libs/armeabi jarJavaBuild在自定義Application 如果之前沒(méi)用用到自定義Applica
4、tionmanifest的中指定action category Applicationmanifest中指定Application 8importpublicclassDemoApplicationextendsFrontiaApplication publicvoidonCreate()application其它的略去在自定義ApplicationonCreatePush 下是AndroidMenifest.xml application其它的略去在自定義ApplicationonCreatePush 下是AndroidMenifest.xml 9!-pushservicent-receiv
5、er!- push !- bind、setTags等method !- actionandroid:name=Pushservice EEPLETED E.富 AndroidMenifest.xml文件里富 AndroidMenifest.xml文件里-!-pushtart-!- PushServiceactionPLETED actiondataandroid:scheme=packagePush 在主ActiviyOnCreate 在主ActiviyOnCreatestartWorkloginValueype決定。Application的onCreate SDK 2 個(gè)用于定制通知欄樣式的
6、構(gòu)建類(PushNotificationBuilder是兩者的基類AndroidNotification defaultsflagsicon 等基礎(chǔ)樣式(行為除了讓開(kāi)發(fā)者定制BasicPushNotificationBuilder ype, Notification notificationBuilderId 這notification_builder_id SDK Notification notificationBuilderId 這notification_builder_id SDK 自定。 BroadcastReceiverPush 事件也就是上文提到的AndrodMenifest.
7、xml的3.1CustomPushNotificationBuildercBuilder=newCustomPushNotificationBuilder(layoutId, layoutIconId, layoutTitleId, layoutTextId); publicclassMyPushMessageReceiverextendsFrontiaPushMessageReceiver/*TAGtoLogpublicpublicclassMyPushMessageReceiverextendsFrontiaPushMessageReceiver/*TAGtoLogpublicicfina
8、lStringTAG=* 調(diào)用PushManager.startWork后,sdkpushserver發(fā)起綁定請(qǐng)求,這個(gè)過(guò)程是異步onBind 返回。publicvoidonBind(ContexterrorCode,String,StringuserId,StringchannelId,StringrequestId)StringresponseString=onBinderrorCode=+errorCode+ +userId=+userId+channelId=+ +requestId=+* public void onMessage(Context context, String me
9、ssage, String customContentString) StringmessageStringmessage=messagecustomContentString=+ / 自定義內(nèi)容獲取方式,mykeymyvalueif(customContentString!=null&customContentString!=) JSONObject customJson = null;trycustomJson=newJSONObject(customContentString); String myvalue = null; myvalue=catch(JSONExceptione)/T
10、ODOAuto-generatedcatchblock 3 publicvoidonNotificationClicked(Contextcontext,StringString publicvoidonNotificationClicked(Contextcontext,StringStringdescription,StringcustomContentString) String notifyString = 通知點(diǎn)擊 title= + title + description=+description+customContent=+/ 自定義內(nèi)容獲取方式,mykeymyvalueif(c
11、ustomContentString!=null&customContentString!=) JSONObject customJson = null;trycustomJson=newJSONObject(customContentString); String myvalue = null; myvalue=catch(JSONExceptione)/TODOAuto-generatedcatchblock *setTags() List StringresponseString=onSetTagserrorCode=+errorCode+ sTags+failTags=+failTag
12、s+ 3.2Push ent, 3.2Push ent, actionent actiondelTags() List susTags,ListfailTags,StringrequestId) String responseString = onDelTags errorCode= + errorCode + su+ sTags+failTags=+failTags+ listTags() Listtags,StringrequestId)StringresponseString=onListTagserrorCode=+errorCode+tags=+() public void onUn
13、bind(Context context,errorCode,StringrequestId) String responseString = onUnbind errorCode= + errorCode+requestId=+ publicclassMyPushMessageReceiverextendsBroadcastReceiver/*TAGtoLogpublicicfinalStringTAGpublicclassMyPushMessageReceiverextendsBroadcastReceiver/*TAGtoLogpublicicfinalStringTAG=*param*
14、publicvoidonReceive(finalContextent)ent:rnif StringmessageLog.i(TAG,onMessage:+/jsonLog.d(TAG,EXTRA_EXTRA=elseif 到finalStringmethod第6API第6API0stoken過(guò)期 errorCode =Stringcontent=if content=new/用戶在此自定義處理消息,demo界面展示用 Log.d(TAG, onMessage: method : + method); Log.d(TAG, onMessage: result : + errorCode);
15、Log.d(TAG, onMessage: content : + content);elseifent=/jsonLog.d(TAG,EXTRA_EXTRA= 類 Push 服務(wù)初始化及綁定publicicvoidAPIPushPush 類 Push 服務(wù)初始化及綁定publicicvoidAPIPushPushCustomPushNotificationBuilder, BasicPushNotificationBuilder setNotificationFlags, setNotificationDefaults, setSsetLayoutDrawable, setNotificat
16、ionBuilderactivityStarted,PushLBSenableLbs,PushonDelTags, onListTags, onUnbind 類 用于定制AndroidNotification 里的defaultsflagsicon 等基礎(chǔ)樣(行為用于定制AndroidNotification 里的defaultsflagsicon SDKushPushManager類Push服務(wù)的初始化, 并且自動(dòng)完成bind工作。無(wú)賬號(hào)認(rèn)證方式用 PushConstants.LOGIN_TYPE_API_KEYAuth2.0 認(rèn)證方式用 sentent ”:PushManager類Push
17、服務(wù)的初始化, 并且自動(dòng)完成bind工作。無(wú)賬號(hào)認(rèn)證方式用 PushConstants.LOGIN_TYPE_API_KEYAuth2.0 認(rèn)證方式用 sentent ”:user_id BaiduChannelchannel_id + Push注意:不要在ApplicationonCreatestartWorkPush服務(wù)stopWork、PushManager 類定義本應(yīng)用Push 服務(wù)進(jìn)程,并且完成unbind 工作 publicicvoid無(wú)PushManager類Pushbind工作。無(wú)push 是否被停止的接口- PushManager類push是否已經(jīng)被停止。無(wú) 無(wú)PushMan
18、ager類Pushbind工作。無(wú)push 是否被停止的接口- PushManager類push是否已經(jīng)被停止。無(wú) 注意:tagstartWork或bind務(wù)entreceiver, ent publicicvoidpublic publicicvoid“result”:1,失敗tags 。“result”:1,失敗tags 。entreceiver, ent publicicvoidtags activityonStartPushManager類ActivityonStart activityonStopPushManager類Activitytags activityonStartPush
19、Manager類ActivityonStart activityonStopPushManager類ActivityonStop Builder 的服context :androidappid notificationBuilde publicicvoidpublicicvoidpublicicvoid Context :androidappnotificationBuilder 6.2.10 6.2.11 Builder Context :androidappnotificationBuilder 6.2.10 6.2.11 Builder自定義通知狀態(tài)欄構(gòu)建類構(gòu)造函數(shù)(定制通知欄基礎(chǔ)樣式)
20、 6.2.12 Builder自定義通知狀態(tài)欄構(gòu)建類構(gòu)造函數(shù)(定制通知欄基礎(chǔ)樣式及 layout)layoutId layoutlayoutIconIdlayouticonviewid layoutTitleIdlayoutviewid layoutTextId layoutviewid6.2.13 flags- publicicvoidpublicicvoidPushNotificationBuilder定義的方法,定制Android里的flagsflags :AndroidNotification6.2.14 defaultsPushNotificationBuilder定義的方法,定制A
21、ndroid里的defaultsdefaults :AndroidNotification6.2.15 iconPushNotificationBuilder定義的方法,定制Android里的flagsflags :AndroidNotification6.2.14 defaultsPushNotificationBuilder定義的方法,定制Android里的defaultsdefaults :AndroidNotification6.2.15 iconPushNotificationBuilderAndroidNotificationicon6.2.16 -CustomPushNotifi
22、cationBuilderlayout中顯示的。6.2.17 開(kāi)啟調(diào)試模式publicicvoidpublicvoidpublicvoidusbarIconpublicvoidsetNotificationDefaultspublicvoidsetNotificationFlags調(diào)試模式的調(diào)用,以免降低Push 的性能。6.2.18 LBS推送模式 6.2.19 LBS推送模式 6.2.20調(diào)試模式的調(diào)用,以免降低Push 的性能。6.2.18 LBS推送模式 6.2.19 LBS推送模式 6.2.20 獲取綁定請(qǐng)求的結(jié)果- PushManager.startWork后,sdk將對(duì)pushs
23、erver發(fā)起綁定請(qǐng)求,這個(gè)過(guò)程是異步的。onBind 返回。 server channel id user id 給單個(gè) 或者用戶推送。 綁定接口返回值,0 - id。errorCode0userid。errorCode0時(shí)為channelid。errorCode0requestId id6.2.21 接收透?jìng)飨⒌暮瘮?shù)- publicvoidonMessage(Contextcontext,Stringmessage,StringpublicvoidonBind(ContexterrorCode,StringStringuserId,StringchannelId,Stringpublic
24、icvoiddisableLbs(ContextpublicicvoidenableLbs(Context context message customContentString 自定義內(nèi)容,json6.2.22 接收通知點(diǎn)擊的函數(shù)- context message customContentString 自定義內(nèi)容,json6.2.22 接收通知點(diǎn)擊的函數(shù)- context title description customContentString json6.2.23 setTags的回調(diào)函數(shù)FrontiaPushMessageReceiverreceiverFrontiaPushMessageReceiver可以使用。setTags() 的回調(diào)函數(shù)。context errorCode 錯(cuò)誤碼。0tag0tagsTags failTags request
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 政府采購(gòu)寵物醫(yī)療服務(wù)合同
- 產(chǎn)品安全與合規(guī)性管理合同
- 中學(xué)團(tuán)委工作制度
- 智慧園區(qū)信息化系統(tǒng)建設(shè)整體解決方案
- 2024至2030年中國(guó)簡(jiǎn)易型停車場(chǎng)收費(fèi)管理系統(tǒng)數(shù)據(jù)監(jiān)測(cè)研究報(bào)告
- 質(zhì)量保修擔(dān)保合同
- 119消防安全教育活動(dòng)策劃方案
- 煤礦事故現(xiàn)場(chǎng)處置管理制度
- 體育用品代加工合同
- 2024至2030年中國(guó)光帶燈行業(yè)投資前景及策略咨詢研究報(bào)告
- 路基施工質(zhì)量控制要點(diǎn)
- 醫(yī)院公共衛(wèi)生科制度職責(zé)
- 會(huì)計(jì)學(xué)原理方法與中國(guó)情境案例潘立新課后參考答案
- 籃球賽活動(dòng)經(jīng)費(fèi)申請(qǐng)報(bào)告
- 鼻飼患者護(hù)理精選PPT
- 通用車輛抵押借款合同書(shū)范本
- 2023學(xué)年完整公開(kāi)課版盤古開(kāi)天地
- 觀測(cè)墩澆筑及觀測(cè)交通施工方案
- 2023年福建省三明市七年級(jí)上學(xué)期數(shù)學(xué)期中試卷附答案
- 小學(xué)道德與法治三年級(jí)上冊(cè)第三單元《安全護(hù)我成長(zhǎng)》第8課《安全記心上》說(shuō)課稿
- 桂工10級(jí)資勘優(yōu)秀灌陽(yáng)實(shí)習(xí)報(bào)告
評(píng)論
0/150
提交評(píng)論