Package im.zego.zegoexpress.callback
Interface IZegoCopyrightedMusicRequestSongCallback
-
public interface IZegoCopyrightedMusicRequestSongCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onRequestSongCallback(int errorCode, java.lang.String resource)
Callback for request song.
-
-
-
Method Detail
-
onRequestSongCallback
void onRequestSongCallback(int errorCode, java.lang.String resource)
Callback for request song.- Parameters:
errorCode
- Error code, please refer to the error codes document https://docs.zegocloud.com/en/5548.html for details.resource
- The JSON string returned by the song ordering service, including song resource information.
-
-