OptionaladAd configuration of the feed.
OptionalchannelChannel id of the feed. Required when the source is set as channel or playlist or dynamicContent.
OptionalcontentThe video or live stream id. Only supported on iOS.
OptionaldynamicThe dynamic content parameters of the feed. Required when the source is set as dynamicContent.
OptionalenableSpecifies if Picture in Picture is enabled.
OptionalhashtagHashtag filter expression is an s-expression used to provide feeds filtered by hashtags with specified criteria. Queries are specified with boolean predicates on what hashtags are there on the video. For instance, (and sport food) (or sport food) (and sport (or food comedy)) sport are all valid expressions. Non-UTF-8 characters are not allowed. If using boolean predicates, the expression needs to be wrapped with parenthesis. Required when the source is set as hashtagPlaylist.
OptionalmodeOne of three available display modes. Defaults to row.
OptionalonStart Picture in Picture callback. Only supported on iOS.
OptionalonStop Picture in Picture callback. Only supported on iOS.
OptionalonThe callback is triggered when there are no items in the story block. The callback is triggered in the following cases:
OptionalonThe host app could use this callback to get feed id. The feed id can be used for conversion tracking.
OptionalonThe feed loading result callback. It means loading successfully when error equals to undefined.
OptionalplaylistPlaylist id of the feed. Please note channel id is necessary. Required when the source is set as playlist.
OptionalplaylistPlaylistGroup id of the feed. Required when the source is set as playlistGroup. Only supported on iOS.
OptionalproductProduct ids used to generate the sku feed
One of five available video feed sources.The playlistGroup is only supported on iOS. Defaults to discover.
OptionalstyleStandard React Native View Style.
OptionalvideoConfiguration of the feed.
OptionalvideoConfiguration of the player.
The props of VideoFeed component.