toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.management
/
Notice
Notice
class
Notice
(
gallId
:
String
,
articleId
:
Int
,
session
:
Session
)
Members
Constructors
Notice
Link copied to clipboard
constructor
(
gallId
:
String
,
articleId
:
Int
,
session
:
Session
)
Types
Notice
Result
Link copied to clipboard
data
class
NoticeResult
(
val
result
:
Boolean
,
val
cause
:
String
,
val
state
:
String
)
Functions
request
Link copied to clipboard
fun
request
(
)
:
Notice.NoticeResult
공지를 설정하거나, 해제합니다.