OnHotMusicResultType typedef

OnHotMusicResultType = void Function(List<HotMusicInfo>? hotMusics, KTVErrorCode errorCode)

hotMusics:热榜歌曲数据数组

errorCode:错误码,成功时返回 0

Implementation

typedef OnHotMusicResultType = void Function(
    List<HotMusicInfo>? hotMusics, KTVErrorCode errorCode);