getSongSimpleInfo
Retrieves detailed information about a specific music resource.
public abstract String getSongSimpleInfo(long songCode);
Before calling this method, you need to obtain the identifier of the target music resource. You can get the music resource by calling getMusicCollectionByMusicChartId or searchMusic, and obtain the identifier (songCode) from the triggered onMusicCollectionResult callback.
Note: After this method is successfully called, the SDK triggers the onSongSimpleInfoResult callback to report the detailed information of the music resource.
Parameters
- songCode
- The identifier of the music resource to query.
Return Values
- If the method call succeeds, returns the
requestIdthat uniquely identifies the request. - If the method call fails, returns an empty string.