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 |
|---|---|
|
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 IPicker.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 an item from OneDrive for viewing or downloading and then to be returned to the starting application. |