Share via


LiveDownloadOperationDelegate protocol

Represents the protocol that captures callback handling methods for Microsoft OneDrive downloads.

Signature

@protocol LiveDownloadOperationDelegate <NSObject>

Methods

Name

Description

liveOperationSucceeded method

Invoked when the operation is successful.

liveOperationFailed:operation method

Invoked when the download operation fails.

liveOperationProgress:data:operation method

Invoked when there is a download progress event raised.

Defined in

LiveDownloadOperationDelegate.h

See also

iOS API