Link

toolkit / com.sas.android.visualanalytics.sdk / SASManager / openReport

openReport

fun openReport(report: Report, startingActivity: FragmentActivity, startSection: String? = null, extras: Bundle? = null): Unit

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.

startingActivity -

    an Activity to use for any user interaction that occurs before the report is.

startSection -

    an optional report section to start on.

extras -

    an optional bundle passed to SASManagerContext.viewReportHandler.