AsyncCommentDelete

class AsyncCommentDelete @JvmOverloads constructor(gallId: String, articleId: Int, commentId: Int, session: Session, fcmToken: String = KotlinInside.getInstance().auth.fcmToken)

Constructors

Link copied to clipboard
constructor(gallId: String, articleId: Int, commentId: Int, session: Session, fcmToken: String = KotlinInside.getInstance().auth.fcmToken)

Functions

Link copied to clipboard
suspend fun deleteAsync(): Deferred<CommentDelete.DeleteResult>