Light Novel Reader Api
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Light Novel Reader Api
Light Novel Reader Api
/
io.nightfish.lightnovelreader.api.web
/
WebDataSourceItem
Web
Data
Source
Item
data
class
WebDataSourceItem
(
val
id
:
Int
,
val
name
:
String
,
val
provider
:
String
)
网络数据源的元数据描述 用于在软件中展示数据源的基本信息
Since
Api 2
Members
Constructors
Web
Data
Source
Item
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
provider
:
String
)
Properties
id
Link copied to clipboard
val
id
:
Int
数据源的唯一整数标识
name
Link copied to clipboard
val
name
:
String
数据源的显示名称
provider
Link copied to clipboard
val
provider
:
String
数据源的提供方名称