toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.usecase
/
GetAllNotice
Get
All
Notice
data
class
GetAllNotice
@
Inject
constructor
(
val
api
:
CollegeNoticeApiService
)
Members
Constructors
Get
All
Notice
Link copied to clipboard
@
Inject
constructor
(
api
:
CollegeNoticeApiService
)
Properties
api
Link copied to clipboard
val
api
:
CollegeNoticeApiService
Functions
invoke
Link copied to clipboard
suspend
fun
invoke
(
)
:
List
<
CollegeNotice
>