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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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