OnMusicListResultType typedef

OnMusicListResultType = void Function(List<MusicInfo>? musicInfos, int totalSize, KTVErrorCode errorCode)

musicInfos:歌曲数据数组

totalSize:数据条目总数

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

Implementation

typedef OnMusicListResultType = void Function(
    List<MusicInfo>? musicInfos, int totalSize, KTVErrorCode errorCode);