ktvManager$onHotMusicResult$errorCode method
FutureOr<void>
ktvManager$onHotMusicResult$errorCode(
- ByteRTCKTVManager ktvManager,
- NSArray<
ByteRTCHotMusicInfo> hotMusicInfos, - ByteRTCKTVErrorCode errorCode
@detail callback @author lihuan.wuti2ha @brief 热榜歌曲结果回调。 @param ktvManager 参考 ByteRTCKTVManager{@link #ByteRTCKTVManager}。 @param hotMusicInfos 热榜歌曲数据数组,参看 ByteRTCHotMusicInfo{@link #ByteRTCHotMusicInfo}。 @param errorCode 错误码,成功时返回 0,其余值参看 ByteRTCKTVErrorCode{@link #ByteRTCKTVErrorCode}。
Implementation
FutureOr<void> ktvManager$onHotMusicResult$errorCode(
ByteRTCKTVManager ktvManager,
NSArray<ByteRTCHotMusicInfo> hotMusicInfos,
ByteRTCKTVErrorCode errorCode) async {}