toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.async.comment
/
AsyncCommentRead
Async
Comment
Read
class
AsyncCommentRead
(
gallId
:
String
,
articleId
:
Int
,
rePage
:
Int
)
Members
Constructors
Async
Comment
Read
Link copied to clipboard
constructor
(
gallId
:
String
,
articleId
:
Int
,
rePage
:
Int
)
Functions
get
Async
Link copied to clipboard
suspend
fun
getAsync
(
)
:
Deferred
<
CommentRead.ReadResult
>