ktvManager$onMusicListResult$totalSize$errorCode method

FutureOr<void> ktvManager$onMusicListResult$totalSize$errorCode(
  1. ByteRTCKTVManager ktvManager,
  2. NSArray<ByteRTCMusicInfo> musics,
  3. int totalSize,
  4. ByteRTCKTVErrorCode errorCode,
)

@detail callback @author lihuan.wuti2ha @brief The music list callback. @param ktvManager Refer to ByteRTCKTVManager{@link #ByteRTCKTVManager}. @param musics Array of the music information. See ByteRTCMusicInfo{@link #ByteRTCMusicInfo}. @param totalSize The total size of the music list. @param errorCode Error code. The value 0 indicates success. For the indications of other values, see ByteRTCKTVErrorCode{@link #ByteRTCKTVErrorCode}.

Implementation

FutureOr<void> ktvManager$onMusicListResult$totalSize$errorCode(
    ByteRTCKTVManager ktvManager,
    NSArray<ByteRTCMusicInfo> musics,
    int totalSize,
    ByteRTCKTVErrorCode errorCode) async {}