ktvManager$onHotMusicResult$errorCode method
FutureOr<void>
ktvManager$onHotMusicResult$errorCode(
- ByteRTCKTVManager ktvManager,
- NSArray<
ByteRTCHotMusicInfo> hotMusicInfos, - ByteRTCKTVErrorCode errorCode
@detail callback @author lihuan.wuti2ha @brief The hot music callback. @param ktvManager Refer to ByteRTCKTVManager{@link #ByteRTCKTVManager}. @param hotMusicInfos Array of the hot music information. See ByteRTCHotMusicInfo{@link #ByteRTCHotMusicInfo}. @param errorCode Error code. The value 0 indicates success. For the indications of other values, see ByteRTCKTVErrorCode{@link #ByteRTCKTVErrorCode}.
Implementation
FutureOr<void> ktvManager$onHotMusicResult$errorCode(
ByteRTCKTVManager ktvManager,
NSArray<ByteRTCHotMusicInfo> hotMusicInfos,
ByteRTCKTVErrorCode errorCode) async {}