單項選擇題如果scene填WXSceneTimeline(微信4.2以上支持,com.tencent.mm.opensdk.constants.Build.java里面定義了各個功能支持的版本號,如果需要檢查微信版本支持API的情況,可調(diào)用IWXAPI的()方法。

A.getWXAppSupportAPI
B.gatWXAppSupportAPI
C.getWXAppSupportsAPI
D.setWXAppSupportAPI


您可能感興趣的試卷

你可能感興趣的試題

4.單項選擇題api.registerApp(Constants.APP_ID);}},newIntentFilter(ConstantsAPI.ACTION_REFRESH_WXAPP));}()。

A.將該app注冊到微信
B.將app從微信刪除
C.將該app綁定到支付寶
D.將該APPID注冊到微信聯(lián)系人

5.單項選擇題registerReceiver(newBroadcastReceiver(){    @Override    publicvoidonReceive(Contextcontext,Intentintent){

A.不建議靜態(tài)監(jiān)聽微信啟動廣播進行注冊到微信
B.建議靜態(tài)監(jiān)聽微信啟動廣播進行注冊到微信
C.不建議動態(tài)監(jiān)聽微信啟動廣播進行注冊到微信
D.建議動態(tài)監(jiān)聽微信啟動廣播進行注冊到微信