Package-level declarations

Types

Link copied to clipboard

The ApplicationsScreen class is used to display the list of AmetistaApplication registered by the system

Link copied to clipboard

The ApplicationsScreenViewModel class is the support class used to execute the requests related to the ApplicationsScreen

Functions

Link copied to clipboard
expect fun ApplicationIcon(modifier: Modifier = Modifier, application: <Error class: unknown class>)

The component to display the icon of the application

Link copied to clipboard
expect fun ApplicationItem(isTheFirst: Boolean = false, application: <Error class: unknown class>, viewModel: ApplicationsScreenViewModel)

The component to the details of an AmetistaApplication

Link copied to clipboard

The component to display the applications list

The component to display the applications list

The component to display the applications list

Link copied to clipboard
fun ExpandApplicationDescription(expand: MutableState<Boolean>, application: <Error class: unknown class>)

The component to display the description of the application

Link copied to clipboard
fun getApplicationIconCompleteUrl(application: <Error class: unknown class>): String

Method to get the complete url to display the application icon

Link copied to clipboard
fun navToApplicationScreen(application: <Error class: unknown class>)
Link copied to clipboard
fun NoApplications(noApplications: Boolean)

The layout to display when the applications list is empty