| | |
| | | import com.hdl.photovoltaic.R; |
| | | import com.hdl.photovoltaic.config.AppConfigManage; |
| | | import com.hdl.photovoltaic.config.UserConfigManage; |
| | | import com.hdl.photovoltaic.enums.LogoutType; |
| | | import com.hdl.photovoltaic.enums.LowerTagType; |
| | | import com.hdl.photovoltaic.other.HdlAccountLogic; |
| | | import com.hdl.photovoltaic.other.HdlLogLogic; |
| | |
| | | //有可能是系统回收掉activity导致回调为null,这样情况下强制返回登录界面; |
| | | //todo 长时间没响应将退出登录界面重新登录 |
| | | // HDLLinkPMUser.getInstance().logout(0); |
| | | HdlAccountLogic.getInstance().logout(); |
| | | HdlAccountLogic.getInstance().logout(LogoutType.AbnormalLogout); |
| | | } |
| | | } |
| | | } |
| | |
| | | @Override |
| | | public void onInitFinished(boolean b) { |
| | | |
| | | HdlLogLogic.print("UniMPSDK 初始化完成----" + b,true); |
| | | HdlLogLogic.print("UniMPSDK 初始化完成----" + b, true); |
| | | } |
| | | }); |
| | | |