Added in API level 35

ActiveCaloriesBurnedGoal


class ActiveCaloriesBurnedGoal : ExerciseCompletionGoal
kotlin.Any
   ↳ android.health.connect.datatypes.ExerciseCompletionGoal
   ↳ android.health.connect.datatypes.ExerciseCompletionGoal.ActiveCaloriesBurnedGoal

An ExerciseCompletionGoal that requires a specified number of active calories to be burned.

Summary

Public constructors

Public methods
Boolean
equals(other: Any?)

Energy

Returns the active calories that must be burned to complete this goal.

Int

Public constructors

ActiveCaloriesBurnedGoal

Added in API level 35
ActiveCaloriesBurnedGoal(activeCalories: Energy)
Parameters
activeCalories Energy: The active calories that must be burnt to complete the goal. This value cannot be null.

Public methods

equals

Added in API level 35
fun equals(other: Any?): Boolean
Parameters
obj the reference object with which to compare.
Return
Boolean true if this object is the same as the obj argument; false otherwise.

getActiveCalories

Added in API level 35
fun getActiveCalories(): Energy

Returns the active calories that must be burned to complete this goal.

Return
Energy This value cannot be null.

hashCode

Added in API level 35
fun hashCode(): Int
Return
Int a hash code value for this object.