SPlus.WebDashboard.navigate (source, sourceType, function (){
//TODO: Implementation.
}, function (errorResponse){
var error = errorResponse['error#displayValue']; //Getting the error
//TODO: Implement how to handle errors
});
This method is used to jump to the specified SharePlus Mobile Workspace. The change is temporary and will remain until SharePlus is shut down or you jump to another mobile workspace.
SPlus.WebDashboard.navigate (source, sourceType, function (){
//TODO: Implementation.
}, function (errorResponse){
var error = errorResponse['error#displayValue']; //Getting the error
//TODO: Implement how to handle errors
});
For a sample with this API method, refer to the Changing the source of a SharePlus Mobile Workspace bridge scenario.