comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
model
/
com.sorrowblue.comicviewer.domain.model.collection
/
CollectionCriteria
Collection
Criteria
data
class
CollectionCriteria
(
val
type
:
CollectionType
=
CollectionType.All
,
val
recent
:
Boolean
=
false
)
Members
Constructors
Collection
Criteria
Link copied to clipboard
constructor
(
type
:
CollectionType
=
CollectionType.All
,
recent
:
Boolean
=
false
)
Properties
recent
Link copied to clipboard
val
recent
:
Boolean
type
Link copied to clipboard
val
type
:
CollectionType