| S | |
| scope | |
| set, RemoteStorage. | |
| setApiKeys(experimental), RemoteStorage | |
| setBackgroundSyncInterval, RemoteStorage.Sync | |
| setCordovaRedirectUri, RemoteStorage | |
| setState, RemoteStorage. | |
| setSyncInterval, RemoteStorage.Sync | |
| setUserAddress, RemoteStorage. | |
| setUserSecretKey, RemoteStorage. | |
| setView(view), RemoteStorage. | |
| share, RemoteStorage. | |
| showBubble, RemoteStorage. | |
| stopWaitingForToken, RemoteStorage. | |
| storeFile, RemoteStorage. | |
| storeObject, RemoteStorage. | |
| sync, RemoteStorage.Sync | |
| T | |
| toggleBubble, RemoteStorage. | |
| V | |
| validate, RemoteStorage. |
Returns a new BaseClient operating on a subpath of the current base path.
scope: function ( path )
Configure caching for a given path explicitly.
set: function ( path, strategy )
Set API keys for (currently) GoogleDrive and/or Dropbox backend support.
setApiKeys: function ( type, keys )
Set the value of the sync interval when the application is in the background
RemoteStorage.prototype.setBackgroundSyncInterval = function ( interval )
Set redirect URI to be used for the OAuth redirect within the in-app-browser window in Cordova apps.
setCordovaRedirectUri: function ( uri )
Call the function that applies the state to the widget
setState: function ( state, args )
Set the value of the sync interval when application is in the foreground
RemoteStorage.prototype.setSyncInterval = function ( interval )
Set user address of the input field
setUserAddress: function ( addr )
Set user secret key
setUserSecretKey: function ( secretKey )
Sets the view and initializes event listeners to react on widget (widget.view) events
setView: function ( view )
Gets a publicly-accessible URL for the path from Dropbox and stores it in _itemRefs.
share: function ( path )
Show the bubble
showBubble: function ( event )
Stop waiting for the token and emit not-connected
stopWaitingForToken: function ()
Store raw data at a given path.
storeFile: function ( mimeType, path, body )
Store object at given path.
storeObject: function ( typeAlias, path, object )
sync: function ()
Show the bubble when hidden and the other way around
toggleBubble: function ( event )
Validate an object against the associated schema.
validate: function( object )