iOS reference
Your iOS apps can access a user's OneDrive files by using the Live SDK for iOS.
Last modified: March 10, 2015
Provides a set of enumerations, interfaces, and protocols to simplify calling the Live SDK Representational State Transfer (REST) APIs from iOS apps.
Enumerations
|
Name |
Description |
|---|---|
|
Specifies the status of an operation. |
|
|
Specifies the overwrite behavior for an incoming file that's uploaded to Microsoft OneDrive when a file with the same name already exists in the same upload location. |
Classes
|
Name |
Description |
|---|---|
|
Represents a client object that helps the app to access services using Microsoft account on behalf of the user. |
|
|
Represents the current services using Microsoft account session. |
|
|
Represents data returned from a download call to the Live SDK REST API. |
|
|
Represents an operation that sends a request to Live SDK REST API. |
|
|
Represents an operation progress object that encapsulates the progress information of a running operation. |
Protocols
|
Name |
Description |
|---|---|
|
Handles callback methods for LiveConnectClient init, logout, and login methods. |
|
|
Represents the protocol that captures callback handling methods for OneDrive downloads. |
|
|
Represents the protocol that captures a Live SDK access operation related to callback handling methods. |
|
|
Represents the protocol that captures callback handling methods for OneDrive upload operations. |