Android APIs
public static final class

CloudSaveManager.Options.Builder

extends Object
java.lang.Object
   ↳ com.google.android.gms.cloudsave.CloudSaveManager.Options.Builder

Class Overview

Builder for GoogleApiClient Options.

Summary

Public Constructors
CloudSaveManager.Options.Builder()
Public Methods
CloudSaveManager.Options build()
CloudSaveManager.Options.Builder setWorkspace(String workspace)
Defines the workspace in which the client would work.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CloudSaveManager.Options.Builder ()

Public Methods

public CloudSaveManager.Options build ()

public CloudSaveManager.Options.Builder setWorkspace (String workspace)

Defines the workspace in which the client would work. Workspaces allow the app to create datasets that are synced independent of each other. By defining a common workspace, multiple apps belonging to the same Google Develeoper console project can share data. If a workspace name is not set then the workspace defaults to "DefaultWorkspace".