| | |
| | | PushUtil.inintPush(ShoppingApplication.application, pushApps, new PushUtil.ITokenListener() { |
| | | |
| | | @Override |
| | | public void onToken(PushRomType romType, String regId) { |
| | | ShoppingApi.bindPushToken(getApplicationContext(), UserUtil.getUid(getApplicationContext()), romType, regId, null); |
| | | public void onToken(final PushRomType romType,final String regId) { |
| | | runOnUiThread(new Runnable() { |
| | | @Override |
| | | public void run() { |
| | | ShoppingApi.bindPushToken(getApplicationContext(), UserUtil.getUid(getApplicationContext()), romType, regId, null); |
| | | } |
| | | }); |
| | | |
| | | } |
| | | }); |
| | | } |