Known

data class Known(val id: String) : LevelId

Represents a known level identifier with a specific ID string.

Since

0.0.86

Parameters

id

The unique string identifier for the level

Constructors

Link copied to clipboard
constructor(id: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val id: String

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)