Search in sources :

Example 1 with NativeInvokeHelper

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();
}
Also used : NativeInvokeHelper(com.taobao.weex.bridge.NativeInvokeHelper) WXPerformance(com.taobao.weex.common.WXPerformance)

Aggregations

NativeInvokeHelper (com.taobao.weex.bridge.NativeInvokeHelper)1 WXPerformance (com.taobao.weex.common.WXPerformance)1