toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.async.management
/
AsyncRecommend
Async
Recommend
class
AsyncRecommend
(
gallId
:
String
,
articleId
:
Int
,
session
:
Session
)
Members
Constructors
Async
Recommend
Link copied to clipboard
constructor
(
gallId
:
String
,
articleId
:
Int
,
session
:
Session
)
Functions
request
Async
Link copied to clipboard
suspend
fun
requestAsync
(
)
:
Deferred
<
Recommend.RecommendResult
>