Type alias V2TIMDownloadCallback

V2TIMDownloadCallback: ((currentSize, totalSize) => void)

Type declaration

    • (currentSize, totalSize): void
    • 下载回调类

      Parameters

      • currentSize: number
      • totalSize: number

      Returns void

Generated using TypeDoc