toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.async.comment
/
AsyncCommentWrite
Async
Comment
Write
class
AsyncCommentWrite
@
JvmOverloads
constructor
(
gallId
:
String
,
articleId
:
Int
,
comment
:
Comment
,
session
:
Session
,
fcmToken
:
String
=
KotlinInside.getInstance().auth.fcmToken
)
Members
Constructors
Async
Comment
Write
Link copied to clipboard
@
JvmOverloads
constructor
(
gallId
:
String
,
articleId
:
Int
,
comment
:
Comment
,
session
:
Session
,
fcmToken
:
String
=
KotlinInside.getInstance().auth.fcmToken
)
Functions
reply
Async
Link copied to clipboard
suspend
fun
replyAsync
(
commentId
:
Int
)
:
Deferred
<
CommentWrite.WriteResult
>
write
Async
Link copied to clipboard
suspend
fun
writeAsync
(
)
:
Deferred
<
CommentWrite.WriteResult
>