cloud189-sdkcloud189-sdk
  • 介绍
  • 快速上手
  • 更新日志
API
GitHub
  • 介绍
  • 快速上手
  • 更新日志
API
GitHub

Home > cloud189-sdk-docs > UploadCallbacks

UploadCallbacks interface

Signature:

export interface UploadCallbacks 

Properties

Property

Modifiers

Type

Description

onComplete?

(response: any) => void

(Optional)

onError?

(error: Error) => void

(Optional)

onProgress?

(progress: number) => void

(Optional)

Edit this page