GallerySearch

class GallerySearch(keyword: String)

Constructors

Link copied to clipboard
constructor(keyword: String)

Types

Link copied to clipboard
data class GallerySearchResult(val mainGallery: List<Gallery>, val minorGallery: List<Gallery>, val mainRecommendGallery: List<Gallery>, val minorRecommendGallery: List<Gallery>)

Functions

Link copied to clipboard

갤러리 목록을 검색하고, 검색 결과를 받아옵니다.