getTotalScore abstract method
- String resourceID
Get total score .
Available since: 2.15.0 Description: Get the total score. Use case: Can be used to display the total score 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> getTotalScore(String resourceID);