LevelId

sealed class LevelId : Parcelable

Sealed class representing different types of level identifiers.

Since

0.0.86

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Known(val id: String) : LevelId

Represents a known level identifier with a specific ID string.

Link copied to clipboard
data object Unknown : LevelId

Represents an unknown level identifier.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)