removeMilestone

fun removeMilestone(milestone: Milestone?)

Remove a specific milestone by passing in the instance of it. Removal of all the milestones can be achieved by passing in null rather than a specific milestone.

Since

0.4.0

Parameters

milestone

a milestone you'd like to have removed or null if you'd like to remove all milestones


fun removeMilestone(milestoneIdentifier: Int)

Remove a specific milestone by passing in the identifier associated with the milestone you'd like to remove. If the identifier passed in does not match one of the milestones in the list, a warning will return in the log.

Since

0.5.0

Parameters

milestoneIdentifier

identifier matching one of the milestones