PassiveGoal
class PassiveGoal
Defines a passive goal that will be triggered when the specified condition is met which will repeat daily.
Summary
Public constructors |
---|
PassiveGoal( Constructs a new |
Public properties |
|
---|---|
DataTypeCondition<Number, DeltaDataType<Number, *>> |
|
Public constructors
PassiveGoal
Added in 1.0.0
PassiveGoal(
dataTypeCondition: DataTypeCondition<Number, DeltaDataType<Number, *>>
)
Constructs a new PassiveGoal
with the given dataTypeCondition
. This goal will automatically repeat daily.
Public functions
Public properties
dataTypeCondition
Added in 1.0.0
val dataTypeCondition: DataTypeCondition<Number, DeltaDataType<Number, *>>
DataTypeCondition
which must be met for the passive goal to be triggered.