3.0
This commit is contained in:
parent
056581f52e
commit
c9fd5d6dfb
@ -144,7 +144,7 @@ public class UploadFileListener: NSObject, Open_im_sdk_callbackUploadFileCallbac
|
|||||||
values["id"] = id
|
values["id"] = id
|
||||||
values["partHash"] = partsHash
|
values["partHash"] = partsHash
|
||||||
values["fileHash"] = fileHash
|
values["fileHash"] = fileHash
|
||||||
CommonUtil.emitEvent(channel: channel, method: "uploadFileListener", type: "hashPartComplete", errCode: nil, errMsg: nil, data: values);<#code#>
|
CommonUtil.emitEvent(channel: channel, method: "uploadFileListener", type: "hashPartComplete", errCode: nil, errMsg: nil, data: values)
|
||||||
}
|
}
|
||||||
|
|
||||||
public func hashPartProgress(_ index: Int32, size: Int64, partHash: String?) {
|
public func hashPartProgress(_ index: Int32, size: Int64, partHash: String?) {
|
||||||
@ -193,6 +193,6 @@ public class UploadFileListener: NSObject, Open_im_sdk_callbackUploadFileCallbac
|
|||||||
values["index"] = index
|
values["index"] = index
|
||||||
values["partSize"] = partSize
|
values["partSize"] = partSize
|
||||||
values["partHash"] = partHash
|
values["partHash"] = partHash
|
||||||
CommonUtil.emitEvent(channel: channel, method: "uploadFileListener", type: "uploadPartComplete", errCode: nil, errMsg: nil, data: values);<#code#>
|
CommonUtil.emitEvent(channel: channel, method: "uploadFileListener", type: "uploadPartComplete", errCode: nil, errMsg: nil, data: values)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user