toolkit / com.sas.android.visualanalytics.sdk / SASManager / getReport
getReport
fun getReport(id: String): Report?
Gets the subscribed Report, if any, with the defined ID.
Parameters
id -
a valid report ID.
Return
a Report, or null if no such report could be found for the given ID.
fun getReport(descriptor: ReportDescriptor): Report?
Gets the subscribed Report, if any, for the given ReportDescriptor.
Return
a Report, or null if no such report could be found for the given descriptor.