GalleryCreatorData

Gallery creator from the anime data

Types

Link copied to clipboard
class Creator(videosData: JSONObject, picturesData: JSONArray)

Creator object that adds different types of media to a single list, see api reference videos, pictures

Functions

Link copied to clipboard
fun gallerySection(title: String, block: MALSearcher.GalleryCreatorData.Creator.() -> Unit): ExtraSection

Creates an ExtraSection with a GalleryData from the videos and pictures list given by the creator block

Link copied to clipboard
suspend fun picturesRaw(): JSONArray

Raw json, see api reference here

Link copied to clipboard
suspend fun videosRaw(): JSONObject

Raw json, see api reference here