toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.async.generic
/
AsyncMainPage
Async
Main
Page
class
AsyncMainPage
Members
Constructors
Async
Main
Page
Link copied to clipboard
constructor
(
)
Functions
get
Best
Async
Link copied to clipboard
suspend
fun
getBestAsync
(
)
:
Deferred
<
List
<
MainPage.Article
>
>
get
Hit
Async
Link copied to clipboard
suspend
fun
getHitAsync
(
)
:
Deferred
<
List
<
MainPage.Article
>
>
get
Issue
Zoom
Async
Link copied to clipboard
suspend
fun
getIssueZoomAsync
(
)
:
Deferred
<
List
<
MainPage.Article
>
>
get
New
Gallery
Async
Link copied to clipboard
suspend
fun
getNewGalleryAsync
(
)
:
Deferred
<
List
<
MainPage.NewGallery
>
>
request
Async
Link copied to clipboard
suspend
fun
requestAsync
(
)
:
Deferred
<
Unit
>