LiveUploadOperationDelegate protocol

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

iOS API