Package-level declarations

Functions

Link copied to clipboard
fun DeleteApplication(show: MutableState<Boolean>, application: <Error class: unknown class>, viewModel: ApplicationViewModel, onDelete: () -> Unit)

The EquinoxAlertDialog to warn the user about the application deletion

Link copied to clipboard
fun EquinoxDialog(show: MutableState<Boolean>, viewModel: <Error class: unknown class>? = null, content: @Composable ColumnScope.() -> Unit)

The custom Dialog wrapped with the Equinox philosophy

Link copied to clipboard
fun FilterChartData(show: MutableState<Boolean>, viewModel: PlatformScreenViewModel, title: StringResource, data: <Error class: unknown class>)

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 custom progress indicator visible when the first page of the items requested has been loading

Link copied to clipboard
fun Issue(viewModel: PlatformScreenViewModel, issue: <Error class: unknown class>)

The component to represent the details of an IssueAnalytic

Link copied to clipboard
fun IssuesNumber(viewModel: PlatformScreenViewModel, cardHeight: Dp = 200.dp, performanceData: <Error class: unknown class>?)

Specific card with the chart of the TOTAL_ISSUES analytic

Link copied to clipboard
fun IssuesPerSessionsNumber(viewModel: PlatformScreenViewModel, cardHeight: Dp = 200.dp, performanceData: <Error class: unknown class>?)

Specific card with the chart of the ISSUES_PER_SESSION analytic

Link copied to clipboard
fun LaunchTime(viewModel: PlatformScreenViewModel, cardHeight: Dp = 200.dp, performanceData: <Error class: unknown class>?)

Specific card with the chart of the LAUNCH_TIME analytic

Link copied to clipboard
fun NetworkRequests(viewModel: PlatformScreenViewModel, cardHeight: Dp = 200.dp, performanceData: <Error class: unknown class>?)

Specific card with the chart of the NETWORK_REQUESTS analytic

Link copied to clipboard

The custom progress indicator visible when a new page of items has been requested

Link copied to clipboard
actual fun reviewApp(flowAction: () -> Unit)

Method to review the application during the runtime

expect fun reviewApp(flowAction: () -> Unit)

Method to review the application during the runtime

actual fun reviewApp(flowAction: () -> Unit)

Method to review the application during the runtime

Link copied to clipboard
fun RoleBadge(role: <Error class: unknown class>)

The badge of a Role

Link copied to clipboard
Link copied to clipboard
fun WorkOnApplication(show: MutableState<Boolean>, viewModel: ApplicationViewModel, application: <Error class: unknown class>? = null)

The layout to work on AmetistaApplication such add a new one or edit an existing one