This documentation is archived and is not being maintained.

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

LiveAuthClient

Retrieves a LiveConnectSession that can be used by a LiveConnectClient to make requests to the Live SDK API.

LiveAuthException

Indicates that an exception occurred during the Auth process.

LiveConnectClient

Makes client requests over the Live SDKREST reference.

LiveConnectSession

Represents a Live Connect session.

LiveDownloadOperation

Represents data returned from a download call to the Live SDKREST reference.

LiveOperation

Represents data returned from the Live SDKREST reference services.

LiveOperationException

Represents errors that occur when making requests to the Representational State Transfer (REST) API.

Enumerations

Name

Description

LiveStatus

Specifies the status of an operation.

OverwriteOption

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

LiveAuthListener

Handles callback methods for LiveAuthClient init, login, and logout methods

LiveDownloadOperationListener

Represents any functionality related to downloads that works with the Live SDKREST reference.

LiveOperationListener

Called when an operation finishes or has an error.

LiveUploadOperationListener

Represents any functionality related to uploads that works with the Live SDKREST reference.

Show: