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

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

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

fun getActiveCalories(): Energy

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

Return
Energy This value cannot be null.

hashCode

fun hashCode(): Int
Return
Int a hash code value for this object.