Stream Layer Demo
object StreamLayerDemo
This object allows uses demo features of sdk for their host application. Remember to call io.streamlayer.sdk.StreamLayer.initializeApp before using it.
Types
Link copied to clipboard
data class Stream(val eventId: Long, val leagueId: String, val title: String?, val subtitle: String?, val description: String?, val stream: String, val logoUrl: String?, val smallLogoUrl: String?, val previewUrl: String?, val horizontalPreviewUrl: String?, val time: String, val live: Boolean, val schedule: List<StreamLayerDemo.Stream.Program>?, val slateUrl: String?)