Closed Mcrich23 closed 10 months ago
How do I use ChannelInfosResponse's getChannelContentContinuation method? I cannot figure out how to properly pass in ChannelContent
ChannelInfosResponse
getChannelContentContinuation
ChannelContent
Hello, you have to pass the type of the content that you want to fetch e.g. ChannelInfosResponse.Playlists.self. You can see it in action here.
ChannelInfosResponse.Playlists.self
Thank you!
How do I use
ChannelInfosResponse
'sgetChannelContentContinuation
method? I cannot figure out how to properly pass inChannelContent