openPrivacyDashboard static method

void openPrivacyDashboard()

opens privacy dashboard in Safari/Chrome CustomTab.

Opens Safari/Chrome CustomTab if its dependency's been included in the gradle and device support it as well. otherwise will open it in the external browser.

Implementation

static void openPrivacyDashboard() {
  flurryAgent?.openPrivacyDashboard();
}