This documentation is archived and is not being maintained.

LiveUploadOperationDelegate protocol

Last modified: March 26, 2015

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

Signature

@protocol LiveUploadOperationDelegate <NSObject>

Methods

Name

Description

liveOperationSucceeded method

Invoked when the operation was successful.

liveOperationFailed method

Invoked when the operation fails.

liveUploadOperationProgressed method

Invoked when an upload progress event is raised.

Defined in

LiveUploadOperationDelegate.h

See also

Show: