YouzanMobileSDK-Android icon indicating copy to clipboard operation
YouzanMobileSDK-Android copied to clipboard

初始化方案需要调整下

Open pepperer opened this issue 1 year ago • 0 comments

YouzanSDK.init(getApplicationContext(), InitConfig.builder()
                .clientId("xxx")
                .appkey("")
                .adapter(new YouZanSDKX5Adapter())
                .initCallBack(new InitCallBack() {
                    @Override
                    public void readyCallBack(boolean b, String s) {
                        Log.e("SWTTEST","初始化回调:"+b+"   原因:"+s);
                    }
                })
                .advanceHideX5Loading(false)
                .build());

pepperer avatar Apr 24 '23 08:04 pepperer