get
Gets the detailed information of the specified music chart.
virtual MusicChartInfo* get(int index) = 0;
Parameters
- index
- The index in the MusicChartInfo array.
Return Values
- If the method call succeeds, returns a MusicChartInfo instance. See MusicChartInfo.
- If the method call fails, returns NULL.