Picker class
Last modified: August 25, 2014
Applies to: Office 365 | OneDrive
In this article
Methods
Defined in
Package
Provides hooks into the OneDrive application for users to find files on OneDrive and hand back references to the current application.
public final class Picker implements IPicker
|
Name |
Description |
|---|---|
|
Creates an instance of the OneDrive picker. |
|
|
Helper for android.app.Activity.onActivityResult. Validates the request and result codes and returns a type-safe IPickerResult interface. |
|
|
Gets the request code to be used by the android.app.Activity.startActivityForResult(Intent) method during the Picker.startPicking method call. |
|
|
Allows the request code used by this instance to be configured by the source application. |
|
|
Starts a new activity that allows users to pick a file from OneDrive for viewing or downloading and then to be returned to the starting application. |