ktvManager$onClearCacheResult method

FutureOr<void> ktvManager$onClearCacheResult(
  1. ByteRTCKTVManager ktvManager,
  2. ByteRTCKTVErrorCode errorCode
)

@detail callback @brief 清理文件缓存结果回调。 @param ktvManager 参考 ByteRTCKTVManager{@link #ByteRTCKTVManager}。 @param errorCode 错误码,非 0 为失败,参看 ByteRTCKTVErrorCode{@link #ByteRTCKTVErrorCode}。

Implementation

FutureOr<void> ktvManager$onClearCacheResult(
    ByteRTCKTVManager ktvManager, ByteRTCKTVErrorCode errorCode) async {}