open Report
fun openReport(report: Report, startingActivity: FragmentActivity, startSection: String? = null, extras: Bundle? = null)
Performs any required authorization/permission checks, and then opens the given report with the Intent returned from SASManagerContext.viewReportHandler.
This method must be called on the main thread.
Parameters
report
the report to open.
Content copied to clipboard
starting Activity
an Activity to use for any user interaction that occurs before the report is.
Content copied to clipboard
start Section
an optional report section to start on.
Content copied to clipboard
extras
an optional bundle passed to SASManagerContext.viewReportHandler.
Content copied to clipboard