Saver class

Last modified: September 30, 2014

Applies to: Office 365 | OneDrive

In this article
Methods
Defined in
Package

Provides hooks into the OneDrive application for users to upload and save files onto OneDrive.

public final class Saver implements ISaver

Name

Description

Saver.createSaver method

Creates an instance of the OneDrive saver.

Saver.handleSave method

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

Saver.getRequestCode method

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

Saver.setRequestCode method

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

Saver.startSaving method

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

Saver.java

Show: