WebSource

class WebSource(name: String, link: String) : SourceData<WebItem>

Represents a web page source

Parameters

name

Screen title

link

Web link to be used

Constructors

Link copied to clipboard
constructor(name: String, link: String)

Properties

Link copied to clipboard
val itemsFlow: Flow<List<WebItem>>