ISaver interface

Last modified: September 30, 2014

Applies to: Office 365 | OneDrive

In this article
Methods
Defined in
Package

Interface for a class that allows for saving files onto a user's OneDrive.

public interface ISaver

Name

Description

ISaver.handleSave method

Helper for android.app.Activity.onActivityResult. Validates the request and result codes.

ISaver.getRequestCode method

Gets the request code to be used by the android.app.Activity.startActivityForResult(Intent, int) method during the ISaver.startSaving method call.

ISaver.setRequestCode method

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

ISaver.startSaving method

Starts a new activity that allows users to pick where on their OneDrive they want to save a file

ISaver.java

Show: