Share via


LiveDownloadOperationDelegate liveOperationProgress:data:operation method

Invoked when there is a download progress event raised.

Signature

- (void) liveDownloadOperationProgressed:(LiveOperationProgress *)progress
                                    data:(NSData *)receivedData
                               operation:(LiveDownloadOperation *)operation

Parameters

Name

Datatype

Description

progress

LiveOperationProgress

The progress of the download as tracked by the LiveOperationProgress object.

receivedData

NSData

The bytes of data that have been received so far.

operation

LiveDownloadOperation

The LiveDownloadOperation that is being tracked.

Returns

Nothing.

Defined in

LiveDownloadOperationDelegate.h

See also

LiveDownloadOperationDelegate protocol