Skip to content

Commit

Permalink
fix(android): temporary remove example third party adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
siguangli2018 committed Jun 30, 2020
1 parent 4f3068b commit 6c8ea52
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,7 @@ public void onResourceReady(Object object, GlideAnimation glideAnimation) {

// 可选:debugMode = false 时必须设置(debugMode = true时,所有jsbundle都是从debug server上下载)
initParams.coreJSAssetsPath = "vendor.android.js";

String test = "externalData";
initParams.thirdPartyAdapter = new HippyThirdPartyAdapter(test) {
@Override
public void SetHippyBridgeId(long runtimeId) {
if (mExternalData != null) {

}
}
};


// 根据EngineInitParams创建引擎实例
mHippyEngine = HippyEngine.create(initParams);
// 异步初始化Hippy引擎
Expand Down

0 comments on commit 6c8ea52

Please sign in to comment.