com.microsoft.live package
Last modified: March 30, 2015
Provides a set of classes, enumerations, and interfaces to simplify calling the Live SDK REST reference from Android apps.
Classes
|
Name |
Description |
|---|---|
|
Retrieves a LiveConnectSession that can be used by a LiveConnectClient to make requests to the Live SDK API. |
|
|
Indicates that an exception occurred during the Auth process. |
|
|
Makes client requests over the Live SDKREST reference. |
|
|
Represents a Live Connect session. |
|
|
Represents data returned from a download call to the Live SDKREST reference. |
|
|
Represents data returned from the Live SDKREST reference services. |
|
|
Represents errors that occur when making requests to the Representational State Transfer (REST) API. |
Enumerations
|
Name |
Description |
|---|---|
|
Specifies the status of an operation. |
|
|
Specifies the overwrite behavior for an incoming file that's uploaded to OneDrive when a file with the same name already exists in the same upload location. |
Interfaces
|
Name |
Description |
|---|---|
|
Handles callback methods for LiveAuthClient init, login, and logout methods |
|
|
Represents any functionality related to downloads that works with the Live SDKREST reference. |
|
|
Called when an operation finishes or has an error. |
|
|
Represents any functionality related to uploads that works with the Live SDKREST reference. |