toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.usecase
/
FirebaseCase
Firebase
Case
data
class
FirebaseCase
@
Inject
constructor
(
val
getEvent
:
GetEvent
,
val
getNotice
:
GetNotice
,
val
getAttach
:
GetAttach
,
val
getChatSettings
:
GetChatSettings
)
Members
Constructors
Firebase
Case
Link copied to clipboard
@
Inject
constructor
(
getEvent
:
GetEvent
,
getNotice
:
GetNotice
,
getAttach
:
GetAttach
,
getChatSettings
:
GetChatSettings
)
Properties
get
Attach
Link copied to clipboard
val
getAttach
:
GetAttach
get
Chat
Settings
Link copied to clipboard
val
getChatSettings
:
GetChatSettings
get
Event
Link copied to clipboard
val
getEvent
:
GetEvent
get
Notice
Link copied to clipboard
val
getNotice
:
GetNotice