SaaS dashboard is the main entry point to SaaS UI.
To open SaaS dashboard, you just call
ReveSaaS.launchDashboard(context);
Sample code:
public void openSaaS(View view) {
ReveSaaS.launchDashboard(view.getContext());
}
SaaS dashboard is the main entry point to SaaS UI.
To open SaaS dashboard, you just call
ReveSaaS.launchDashboard(context);
Sample code:
public void openSaaS(View view) {
ReveSaaS.launchDashboard(view.getContext());
}