comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
usecase
/
com.sorrowblue.comicviewer.domain.usecase.bookshelf
/
RegisterBookshelfUseCase
/
Request
Request
data
class
Request
(
val
bookshelf
:
Bookshelf
,
val
path
:
String
)
:
OneShotUseCase.Request
Members
Constructors
Request
Link copied to clipboard
constructor
(
bookshelf
:
Bookshelf
,
path
:
String
)
Properties
bookshelf
Link copied to clipboard
val
bookshelf
:
Bookshelf
path
Link copied to clipboard
val
path
:
String