use of com.taobao.weex.bridge.NativeInvokeHelper in project weex-example by KalicyZhou.
the class WXSDKInstance method init.
public void init(Context context) {
mContext = context;
mNativeInvokeHelper = new NativeInvokeHelper(mInstanceId);
mWXPerformance = new WXPerformance();
mWXPerformance.WXSDKVersion = WXEnvironment.WXSDK_VERSION;
mWXPerformance.JSLibInitTime = WXEnvironment.sJSLibInitTime;
mUserTrackAdapter = WXSDKManager.getInstance().getIWXUserTrackAdapter();
}
Aggregations