AsyncCommentWrite

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

Constructors

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

Functions

Link copied to clipboard
suspend fun replyAsync(commentId: Int): Deferred<CommentWrite.WriteResult>
Link copied to clipboard
suspend fun writeAsync(): Deferred<CommentWrite.WriteResult>