使用范围:Native
Contents
class cordova-plugin-file.FileUploadResult (cordova-plugin-file.FileUploadResult)
cordova-plugin-file-transfer.upload()请求成功回调函数返回的对象
Constructor Top
FileUploadResult () |
Static Properties & Enumerations Top
Long |
bytesSent
已发送字节数 | ||
String |
response
http响应体 | ||
Long |
responseCode
http响应编码 |
Constructor details
Top
public
FileUploadResult
()
cordova-plugin-file-transfer.upload()请求成功回调函数返回的对象
public
FileUploadResult
()
cordova-plugin-file-transfer.upload()请求成功回调函数返回的对象
Static Properties & Enumerations Detail Top
static
public
Long
bytesSent
已发送字节数
static
public
String
response
http响应体
static
public
Long
responseCode
http响应编码