toggle menu
BIT App
androidJvm
switch theme
search in API
bitapp
/
com.atech.bit.ui.screens.notice
/
NoticeViewModel
Notice
View
Model
class
NoticeViewModel
@
Inject
constructor
(
case
:
FirebaseCase
,
val
getAttach
:
GetAttach
,
state
:
SavedStateHandle
)
:
ViewModel
Members
Constructors
Notice
View
Model
Link copied to clipboard
@
Inject
constructor
(
case
:
FirebaseCase
,
getAttach
:
GetAttach
,
state
:
SavedStateHandle
)
Properties
current
Click
Notice
Link copied to clipboard
val
currentClickNotice
:
State
<
NoticeModel
?
>
fetch
Notice
Link copied to clipboard
val
fetchNotice
:
State
<
List
<
NoticeModel
>
>
get
Attach
Link copied to clipboard
val
getAttach
:
GetAttach
notice
Id
Link copied to clipboard
val
noticeId
:
String
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
@
NonNull
p0
:
Closeable
)
on
Event
Link copied to clipboard
fun
onEvent
(
event
:
NoticeScreenEvent
)