TypeRequest

constructor(type: Class<T>, message: String? = null, hint: T? = null, persistent: Boolean = false)

Parameters

T

The type of value to request

type

The class of the requested type (for reflection/schema generation)

message

Optional message to display to the user explaining what's needed

hint

Optional pre-populated value to show as a starting point

persistent

Whether this request should be persisted