WebItem

class WebItem(name: String, link: String) : SourceItem

Represents the data used to open the web page

Parameters

name

Screen title

link

Web link to be used

Constructors

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