Package-level declarations

Functions

Link copied to clipboard
fun FilterChartData(state: SheetState, scope: CoroutineScope, viewModel: PlatformScreenViewModel, title: StringResource, data: PerformanceData.PerformanceDataItem)

The layout where select the filters for the performance data

Link copied to clipboard

The EquinoxDialog to use to fill with the filters value to use to fetch the issues

Link copied to clipboard

The component to represent the details of an IssueAnalytic

Link copied to clipboard
fun IssuesNumber(viewModel: PlatformScreenViewModel, cardHeight: Dp = 200.dp, performanceData: PerformanceData)

Specific card with the chart of the TOTAL_ISSUES analytic

Link copied to clipboard
fun IssuesPerSessionsNumber(viewModel: PlatformScreenViewModel, cardHeight: Dp = 200.dp, performanceData: PerformanceData)

Specific card with the chart of the ISSUES_PER_SESSION analytic

Link copied to clipboard
fun LaunchTime(viewModel: PlatformScreenViewModel, cardHeight: Dp = 200.dp, performanceData: PerformanceData)

Specific card with the chart of the LAUNCH_TIME analytic

Link copied to clipboard
fun NetworkRequests(viewModel: PlatformScreenViewModel, cardHeight: Dp = 200.dp, performanceData: PerformanceData)

Specific card with the chart of the NETWORK_REQUESTS analytic

Link copied to clipboard
fun Performance(viewModel: PlatformScreenViewModel, performanceData: PerformanceData)

Section where are displayed the data about the current performance the application has