IPicker interface

Last modified: August 25, 2014

Applies to: Office 365 | OneDrive

In this article
Methods
Defined in
Package

Interface for a class that allows for picking files from a user's OneDrive and creating links for viewing or downloading a file.

public interface IPicker

Name

Description

IPicker.getPickerResult method

Helper for android.app.Activity.onActivityResult. Validates the request and result codes and returns a type-safe IPickerResult interface.

IPicker.getRequestCode method

Gets the request code to be used by the android.app.Activity.startActivityForResult(Intent) method during the IPicker.startPicking method call.

IPicker.setRequestCode method

Allows the request code used by this instance to be configured by the source application.

IPicker.startPicking method

Starts a new activity that allows users to pick an item from OneDrive for viewing or downloading and then to be returned to the starting application.

IPicker.java

Show: