Playlist Group Feed
Similar to the Playlist feed, the Playlist group feed is a group of predefined playlists. Each video thumbnail on the feed represents a playlist and all of the videos belongings to a playlist can be viewed inside the video player.
Example code snippet for Playlist Group Feed
<com.loopnow.fireworklibrary.views.PlaylistGroupFeedView
android:id="@+id/integrated_videofeed"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:feedLayout="grid"
app:playlistGroupId="specify your encoded playlist group id here"/>
Please refer to the Encoded IDs help article to learn about how to find your encoded playlist group ID
Last modified 1yr ago