Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 scope
 set, RemoteStorage.Caching
 setApiKeys(experimental), RemoteStorage
 setBackgroundSyncInterval, RemoteStorage.Sync
 setCordovaRedirectUri, RemoteStorage
 setState, RemoteStorage.Widget.View
 setSyncInterval, RemoteStorage.Sync
 setUserAddress, RemoteStorage.Widget.View
 setUserSecretKey, RemoteStorage.Widget.View
 setView(view), RemoteStorage.Widget
 share, RemoteStorage.Dropbox
 showBubble, RemoteStorage.Widget.View
 startSync, RemoteStorage
 stopWaitingForToken, RemoteStorage.Dropbox
 storeFile, RemoteStorage.BaseClient
 storeObject, RemoteStorage.BaseClient
 sync, RemoteStorage.Sync
T
 toggleBubble, RemoteStorage.Widget.View
V
 validate, RemoteStorage.BaseClient
Returns a BaseClient with a certain scope (base path).
scope: function (path)
Returns a new BaseClient operating on a subpath of the current base path.
set: function (path,
strategy)
Configure caching for a given path explicitly.
setApiKeys: function (type,
keys)
Set API keys for (currently) GoogleDrive and/or Dropbox backend support.
RemoteStorage.prototype.setBackgroundSyncInterval = function (interval)
Set the value of the sync interval when the application is in the background
setCordovaRedirectUri: function (uri)
Set redirect URI to be used for the OAuth redirect within the in-app-browser window in Cordova apps.
setState: function (state,
message)
Call the function that applies the state to the widget
RemoteStorage.prototype.setSyncInterval = function (interval)
Set the value of the sync interval when application is in the foreground
setUserAddress: function (addr)
Set user address of the input field
setUserSecretKey: function (secretKey)
Set user secret key
setView: function (view)
Sets the view and initializes event listeners to react on widget (widget.view) events
share: function (path)
Gets a publicly-accessible URL for the path from Dropbox and stores it in _itemRefs.
showBubble: function (event)
Show the bubble
Start synchronization with remote storage, downloading and uploading any changes within the cached paths.
stopWaitingForToken: function ()
Stop waiting for the token and emit not-connected
storeFile: function (mimeType,
path,
body)
Store raw data at a given path.
storeObject: function (typeAlias,
path,
object)
Store object at given path.
sync: function ()
toggleBubble: function (event)
Show the bubble when hidden and the other way around
validate: function(object)
Validate an object against the associated schema.
Close