Interface MilestoneStatusListener


public interface MilestoneStatusListener

This interface should be implemented in order to receive notifications from this class about the arrival at each Milestone or missing it.

  • Method Details

    • onMilestoneStatusUpdated

      void onMilestoneStatusUpdated(@NonNull Milestone milestone, @NonNull MilestoneStatus status)

      Called when a milestone status has been changed.

      Parameters:
      milestone -

      The reference to the Milestone.

      status -

      The status of the Milestone.