Share & Deeplinking(iOS)
Share Link
You can customize the shared URL. The feature can be used, if you want share URL to be a universal link or a deeplink link so that when a user clicks on it, it can be opened in your application.
To customize a share url, just provide a base url. For how to set share base URL, please refer to Customize share base URL.
Handling Share Link
After your app receives a universal link or deeplink, once your app is ready to present the video player you can use one of two methods to present the player
Note If a custom
VideoFeedContentConfiguration
is not passed into theopenVideoPlayer
method the default configuration will be used.
Last updated
Was this helpful?