KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

KiiObjectBodyProgressCallback Delegate

This callback is used by the API to notify upload or download progress.

Syntax

public delegate void KiiObjectBodyProgressCallback (KiiObject obj, long completedInBytes, long totalSizeinBytes)

Parameters

obj
The receiver KiiObject.
completedInBytes
Completed size of transfer in bytes.
totalSizeinBytes
Total size of transfer in bytes.

Remarks

This callback doesn't work properly when use KiiInitializeBehaviour in order to initialize the KiiCloudSDK.

It is not guaranteed that this callback will be called on main thread.

This callback will be called at least once.

Please refer remark section of each API to know how to handle a response.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0