gpt4 book ai didi

javascript - 在 React index.html 中访问 Branch SDK 中的变量

转载 作者:行者123 更新时间:2023-12-03 14:07:17 29 4
gpt4 key购买 nike

如果我将此 SDK 添加到我的 index.html 文件中,我将如何无法在其他组件中访问它。还有其他方法可以做到这一点吗?

  <script>
// load Branch
(function(b,r,a,n,c,h,_,s,d,k){if(!b[n]||!b[n]._q){for(;s<_.length;)c(h,_[s++]);d=r.createElement(a);d.async=1;d.src="https://cdn.branch.io/branch-latest.min.js";k=r.getElementsByTagName(a)[0];k.parentNode.insertBefore(d,k);b[n]=h}})(window,document,"script","branch",function(b,r){b[r]=function(){b._q.push([r,arguments])}},{_q:[],_v:1},"addListener applyCode autoAppIndex banner closeBanner closeJourney creditHistory credits data deepview deepviewCta first getCode init link logout redeem referrals removeListener sendSMS setBranchViewData setIdentity track validateCode trackCommerceEvent logEvent disableTracking".split(" "), 0);
// init Branch
branch.init('key_live_kaFuWw8WvY7yn1d9yYiP8gokwqjV0Swt');
</script>

尝试在另一个组件中以这种方式访问​​它。

var options = { no_journeys: true };
branch.init('key_live_kaFuWw8WvY7yn1d9yYiP8gokwqjV0Swt', options, function(err, data) {
console.log(err, data);
});

最佳答案

使用npm

https://github.com/BranchMetrics/web-branch-deep-linking#quick-install

npm i branch-sdk

然后:

import branch from 'branch-sdk'

branch.init(...)

关于javascript - 在 React index.html 中访问 Branch SDK 中的变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52708954/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com