ExerciseParameter

@Target(allowedTargets = [])
annotation class ExerciseParameter(val name: String, val type: KClass<*>, val typeArguments: KClass<*>, val optional: Boolean = false, val parceler: KClass<*> = Nothing::class)

Actual type used by Exercise. Usually, use Extra or Argument aliases instead.

Properties

Link copied to clipboard
Link copied to clipboard
val optional: Boolean = false
Link copied to clipboard
Link copied to clipboard
val type: KClass<*>
Link copied to clipboard