Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能详细解释一下 Everyplay.SharedInstance.Show() 和 Everyplay.SharedInstance.ShowWithPath("/feed/game") 这两种方法有什么区别
此外,在第二种方法中,我们假设将“/feed/game”中的游戏替换为我们游戏的名称。
谢谢你,
Show() 方法将始终显示登录用户“关注”提要。如果用户没有登录,那么他们将看到当前的游戏提要。要始终强制显示游戏提要,请使用 ShowWithPath("/feed/game"); 因为这将始终默认为当前游戏。