Package-level declarations

Properties

Link copied to clipboard

alertTitleStyle the style to apply to the title of the EquinoxAlertDialog

Functions

Link copied to clipboard

Alert to warn about the deletion of a service

Link copied to clipboard

Alert to warn about the session deletion action

Link copied to clipboard
fun EventText(text: Resource, eventExtra: JsonElement?)

Custom Text used to represent the extra information related to an event

Link copied to clipboard
fun FirstPageProgressIndicator(modifier: Modifier = Modifier)

The custom progress indicator visible when the first page of the items requested has been loading

Link copied to clipboard
fun HistoryEventBadge(eventType: HostEventType)

Custom component used to represent the HostEventType as badge

Link copied to clipboard
fun HostStatusBadge(status: HostStatus)

Custom component used to represent the HostStatus as badge

Link copied to clipboard

Alert to warn about the logout action

Link copied to clipboard
fun NewPageProgressIndicator(modifier: Modifier = Modifier)

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

Link copied to clipboard
fun NoEventsAvailable(modifier: Modifier = Modifier)

Custom EmptyState component used to display the no availability of events

Link copied to clipboard

Alert to warn about the removing of a service

Link copied to clipboard
fun ServiceEventBadge(eventType: ServiceEventType)

Custom component used to represent the ServiceEventType as badge

Link copied to clipboard
fun ServiceStatusBadge(status: ServiceStatus)

Custom component used to represent the ServiceStatus as badge

Link copied to clipboard
fun StatusFilterButton(modifier: Modifier = Modifier, onClick: (MutableState<Boolean>) -> Unit, statusFilters: SnapshotStateList<HostStatus>)

Component used to filter the statuses

Link copied to clipboard
fun UnregisterSavedHost(show: MutableState<Boolean>, hostManager: HostManager, host: SavedHost, onSuccess: () -> Unit)

Alert to warn about the un-registration of a host