AsyncArticleRead

class AsyncArticleRead @JvmOverloads constructor(gallId: String, articleId: Int, session: Session? = null)

Constructors

Link copied to clipboard
constructor(gallId: String, articleId: Int, session: Session? = null)

Functions

Link copied to clipboard
suspend fun getViewInfoAsync(): Deferred<ArticleRead.ViewInfo>
Link copied to clipboard
suspend fun getViewMainAsync(): Deferred<ArticleRead.ViewMain>
Link copied to clipboard
suspend fun requestAsync(): Deferred<Unit>