toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.async.article
/
AsyncArticleDelete
Async
Article
Delete
class
AsyncArticleDelete
@
JvmOverloads
constructor
(
gallId
:
String
,
articleId
:
Int
,
session
:
Session
,
fcmToken
:
String
=
KotlinInside.getInstance().auth.fcmToken
)
Members
Constructors
Async
Article
Delete
Link copied to clipboard
@
JvmOverloads
constructor
(
gallId
:
String
,
articleId
:
Int
,
session
:
Session
,
fcmToken
:
String
=
KotlinInside.getInstance().auth.fcmToken
)
Functions
delete
Async
Link copied to clipboard
suspend
fun
deleteAsync
(
)
:
Deferred
<
ArticleDelete.DeleteResult
>