toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.comment
/
CommentDelete
Comment
Delete
class
CommentDelete
@
JvmOverloads
constructor
(
gallId
:
String
,
articleId
:
Int
,
commentId
:
Int
,
session
:
Session
,
fcmToken
:
String
=
KotlinInside.getInstance().auth.fcmToken
)
Members
Constructors
Comment
Delete
Link copied to clipboard
@
JvmOverloads
constructor
(
gallId
:
String
,
articleId
:
Int
,
commentId
:
Int
,
session
:
Session
,
fcmToken
:
String
=
KotlinInside.getInstance().auth.fcmToken
)
Types
Delete
Result
Link copied to clipboard
data
class
DeleteResult
(
val
result
:
Boolean
,
val
cause
:
String
?
=
null
)
Functions
delete
Link copied to clipboard
fun
delete
(
)
:
CommentDelete.DeleteResult
댓글을 삭제합니다.