toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.async.article
/
AsyncArticleReport
Async
Article
Report
class
AsyncArticleReport
(
gallId
:
String
,
articleId
:
Int
,
session
:
Session
)
Members
Constructors
Async
Article
Report
Link copied to clipboard
constructor
(
gallId
:
String
,
articleId
:
Int
,
session
:
Session
)
Functions
get
Link
Async
Link copied to clipboard
suspend
fun
getLinkAsync
(
)
:
Deferred
<
String
>