toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.async.comment
/
AsyncCommentDelete
Async
Comment
Delete
class
AsyncCommentDelete
@
JvmOverloads
constructor
(
gallId
:
String
,
articleId
:
Int
,
commentId
:
Int
,
session
:
Session
,
fcmToken
:
String
=
KotlinInside.getInstance().auth.fcmToken
)
Members
Constructors
Async
Comment
Delete
Link copied to clipboard
@
JvmOverloads
constructor
(
gallId
:
String
,
articleId
:
Int
,
commentId
:
Int
,
session
:
Session
,
fcmToken
:
String
=
KotlinInside.getInstance().auth.fcmToken
)
Functions
delete
Async
Link copied to clipboard
suspend
fun
deleteAsync
(
)
:
Deferred
<
CommentDelete.DeleteResult
>