ExerciseCompletionGoal.StepsGoal


class ExerciseCompletionGoal.StepsGoal : ExerciseCompletionGoal


An ExerciseCompletionGoal that requires completing a specified number of steps.

Summary

Public constructors

StepsGoal(steps: Int)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Int

Public constructors

StepsGoal

Added in 1.1.0-alpha10
StepsGoal(steps: Int)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

steps

Added in 1.1.0-alpha10
val stepsInt