Class: TrophyApiClient::StreakEvaluationModePreference

Inherits:
Object
  • Object
show all
Defined in:
lib/trophy_api_client/types/streak_evaluation_mode_preference.rb

Overview

Whether meeting any single metric threshold (‘OR`) or all configured metric

thresholds (`AND`) extends the user's streak. Matches the evaluation mode
configured in dashboard streak settings.

Constant Summary collapse

OR =
"OR"
AND =
"AND"