stopScore abstract method

Future<int> stopScore(
  1. String resourceID
)

Stop scoring.

Available since: 2.15.0 Description: End the current rating.The OnCurrentPitchValueUpdate callback will be stopped, but the average or total score can still be obtained normally. Use case: You can call this interface to end the scoring while scoring. When to call: It can be called while grading.

  • resourceID the resource ID corresponding to the accompaniment or accompaniment clip.

Implementation

Future<int> stopScore(String resourceID);