Key

enum Key : Enum<Key>

Enumeration class containing the keys used in handling bundles and shared preferences.

Constructors

Key
Link copied to clipboard
private fun Key()
Creates an enumeration class containing the keys used in handling bundles and shared preferences.

Entries

KEY_TILE_POSITION
Link copied to clipboard
Key for handling bundles related to the position of the tile during shuffling.
KEY_PROGRESS
Link copied to clipboard
Key for handling bundles related to the progress of the shuffling.
KEY_FEWEST_MOVES
Link copied to clipboard
Key for handling shared preferences related to the fewest number of moves taken by the user to solve the puzzle.
KEY_FASTEST_TIME
Link copied to clipboard
Key for handling shared preferences related to the fastest time taken by user to solve the puzzle.
KEY_PUZZLE_IMAGE
Link copied to clipboard
Key for handling shared preferences related to the most recent puzzle image selected by the user.

Inherited properties

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