MilestoneStatusDelegate
public protocol MilestoneStatusDelegate : AnyObject
This protocol should be
implemented in order to receive notifications from this class about the
arrival at each Milestone or missing it.
-
Called when a milestone status has been changed.
Declaration
Swift
func onMilestoneStatusUpdated(milestone: Milestone, status: MilestoneStatus)