Controlling the player's next action after link click
- Print
Controlling the player's next action after link click
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
When a user selects a link such as a product, notice, or banner, you can set the next action of the Shoplive Player.
Switch to PIP
ShopLive.setNextActionOnHandleNavigation(ActionType.PIP)
Keep status
ShopLive.setNextActionOnHandleNavigation(ActionType.KEEP)
Close
ShopLive.setNextActionOnHandleNavigation(ActionType.CLOSE)
API Reference: ShopLive.setNextActionOnHandleNavigation