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.explore
/
ExplorePageProvider
/
CustomExplorePageProvider
Custom
Explore
Page
Provider
interface
CustomExplorePageProvider
<
T
>
:
ExplorePageProvider
完全自定义探索页面内容 实现者可自行决定页面布局和UI状态
Since
Api 2
Members
Properties
ui
State
Link copied to clipboard
abstract
val
uiState
:
T
探索页面的 UI 状态数据 @since Api 2
Functions
Content
Link copied to clipboard
@
Composable
abstract
fun
Content
(
nestedScrollConnection
:
NestedScrollConnection
)
渲染探索页面的展示内容
init
Link copied to clipboard
abstract
fun
init
(
viewModelScope
:
CoroutineScope
)
初始化探索页面的数据载入逻辑