getPreviousScore abstract method
- String resourceID
Get the score of the previous sentence.
Available since: 2.15.0 Description: Get the score of the previous sentence. Use case: Can be used to display the score of each sentence on the view. When to call: It can be called after playing the copyright accompaniment or accompaniment clip and starting to score.
resourceID
the resource ID corresponding to the accompaniment or accompaniment clip.
Implementation
Future<int> getPreviousScore(String resourceID);