Generates a new universal identifier.
a generated UID
Loads the dashboard with the given ID from the standard endpoint in the server.
The ID of the dashboard to open, this ID will be received in the server: IRevealSdkContext.GetDashboardAsync
A callback that will receive an instance of $.ig.RVDashboard class if the loading was successful.
A callback with the error message if the loading operation failed.
Loads a dashboard from the Blob object with the contents of a .rdash file.
The Blob object containing the binary contents of the dashboard in rdash file format.
A callback that will receive an instance of $.ig.RVDashboard class if the loading was successful.
A callback with the error message if the loading operation failed.
Utility class used to load dashboards.