ExerciseGoalType

class ExerciseGoalType


Exercise goal types.

Summary

Public companion functions

ExerciseGoalType?
fromId(id: Int)

Public companion properties

ExerciseGoalType

Goal type indicating this goal is for a repeating event and should remain until the calling app removes it.

ExerciseGoalType

Goal type indicating this goal is for one event and should then be removed.

Public functions

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

Public properties

Int
String

Public companion functions

fromId

Added in 1.0.0
fun fromId(id: Int): ExerciseGoalType?

Public companion properties

MILESTONE

val MILESTONEExerciseGoalType

Goal type indicating this goal is for a repeating event and should remain until the calling app removes it.

ONE_TIME_GOAL

val ONE_TIME_GOALExerciseGoalType

Goal type indicating this goal is for one event and should then be removed.

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

id

Added in 1.0.0
val idInt

name

Added in 1.0.0
val nameString