PuzzleImage

enum PuzzleImage(drawableId: Int) : Enum<PuzzleImage>

Enumeration class containing the puzzle images that come with the app.

Parameters

drawableId

ID of the drawable corresponding to the puzzle image.

Constructors

PuzzleImage
Link copied to clipboard
private fun PuzzleImage(drawableId: Int)
Creates an enumeration class containing the puzzle images that come with the app.

Entries

LOBSTER_SHOOB
Link copied to clipboard
LOBSTER_SHOOB(R.drawable.shoob1)
Shiba Inu with stuffed toy: https://www.facebook.
ROSE_COLORED_LIFE
Link copied to clipboard
ROSE_COLORED_LIFE(R.drawable.chitanda)
Eru Chitanda (from the anime/novel Hyouka): https://www.crunchyroll.
KIKYO_INUYASHA
Link copied to clipboard
KIKYO_INUYASHA(R.drawable.kikyo1)
Kikyo and Inuyasha (from the anime/manga Inuyasha): https://inuyashacouples.fandom.
YUKO_MARU_MORO
Link copied to clipboard
YUKO_MARU_MORO(R.drawable.xxxholic1)
Yuko, Maru, and Moro (from the anime/manga xxxHolic): https://static.zerochan.net/xxxHOLiC.full.1568772.
JIGOKU_SHOUJO
Link copied to clipboard
JIGOKU_SHOUJO(R.drawable.jigoku_shoujo1)
Enma Ai (from the anime Jigoku Shoujo): https://recommendmeanime.
CUSTOM
Link copied to clipboard
CUSTOM(-1)
Custom picture selected by the user from their Gallery.

Properties

drawableId
Link copied to clipboard
val drawableId: Int
ID of the drawable corresponding to the puzzle image.

Inherited properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int