Conforms to NSObject
Declared in KiiDownloadTransferManaging.h

Overview

A protocol to manage status of resumable download.

Tasks

Instance Methods

getDownloadEntries:

Download entries are stored with identifier of KiiUser who execute the download. This API get existing download entries initiated by current logged in user. If no user logged in, lists download entries initiated by anonymous user. This is blocking method.

- (nullable NSArray *)getDownloadEntries:(NSError *_Nullable *_Nullable)error

Parameters

error

used to return an error by reference (pass NULL if this is not desired). It is recommended to set an actual error object to get the error information.

Return Value

NSArray download entries array.

Discussion

Download entries are stored with identifier of KiiUser who execute the download. This API get existing download entries initiated by current logged in user. If no user logged in, lists download entries initiated by anonymous user. This is blocking method.

Entry Life cycle: The entry will be created on calling [KiiRTransfer transferWithProgressBlock:andError:] and deleted on completion/termination of download.

Declared In

KiiDownloadTransferManaging.h