toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.async.article
/
AsyncArticleVote
Async
Article
Vote
class
AsyncArticleVote
(
gallId
:
String
,
articleId
:
Int
,
session
:
Session
)
Members
Constructors
Async
Article
Vote
Link copied to clipboard
constructor
(
gallId
:
String
,
articleId
:
Int
,
session
:
Session
)
Functions
downvote
Async
Link copied to clipboard
suspend
fun
downvoteAsync
(
)
:
Deferred
<
ArticleVote.VoteResult
>
upvote
Async
Link copied to clipboard
suspend
fun
upvoteAsync
(
)
:
Deferred
<
ArticleVote.VoteResult
>