RemoteStateKey

class RemoteStateKey<T : Any>(type: KClass<T>)(source)

Stable referential type token for one client extension's retained presentation state. Keep a singleton token per logical state kind; server data never selects a JVM class.

Constructors

Link copied to clipboard
constructor(type: KClass<T>)