适用于Android的Hoko Links - 应用程序正在冻结

时间:2016-11-07 06:36:58

标签: android deep-linking

我在Android应用中实施了Hokolinks(Deeplinking) 我现在面临一个问题:

  • 第二次点击链接后,应用程序滞后或冻结。
  • 点击生成的智能链接后整体挂起我的整个设备进程。

有谁能说明为什么会这样?

Hoko.setup(this, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxcd");   
Hoko.deeplinking().mapRoute("HOKOlink/:product_id", new DeeplinkCallback() {
    @Override
    public void deeplinkOpened(Deeplink deeplink) {
        Constant.deepLinkProductId = deeplink.getRouteParameters().get("product_id");
    }
});

参考: www.hokolinks.com

0 个答案:

没有答案