Package-level declarations

Types

Link copied to clipboard

The {@code AmetistaLocalUser} class is useful to represent a user in the client application

Link copied to clipboard
class AmetistaRequester(host: String, userId: String?, userToken: String?, debugMode: Boolean = false)

The AmetistaRequester class is useful to communicate with the Ametista's backend

Link copied to clipboard

A singleton object that helps to maintain a weak reference to the current Activity. This is useful to avoid memory leaks by preventing strong references to an Activity.

Link copied to clipboard
actual class KMPrefs(path: String)

The KMPrefs class helps to manage the preferences storing the data locally

expect class KMPrefs(path: String)

The KMPrefs class helps to manage the preferences storing the data locally

actual class KMPrefs(path: String)

The KMPrefs class helps to manage the preferences storing the data locally

Link copied to clipboard
class ReviewHelper(activity: Activity)

The ReviewHelper class is useful to send a review in-app with the related API

Functions

Link copied to clipboard
actual fun copyToClipboard(content: String)

Method to copy to the clipboard a content value

expect fun copyToClipboard(content: String)

Method to copy to the clipboard a content value

actual fun copyToClipboard(content: String)

Method to copy to the clipboard a content value

Link copied to clipboard
fun <Error class: unknown class>.icon(): ImageVector

Method to get the related icon based on the Platform value

Link copied to clipboard
fun PlatformsCustomGrid(viewModel: ApplicationScreenViewModel, applicationPlatforms: Set<<Error class: unknown class>>)

Custom grid to display the platforms attached to an application

Link copied to clipboard
fun <Error class: unknown class>.Theme(content: @Composable () -> Unit)

Method to get the related theme based on the Platform value

Link copied to clipboard
actual fun tileSize(): Dp

Method to get the correct size for a Tile component

expect fun tileSize(): Dp

Method to get the correct size for a Tile component

actual fun tileSize(): Dp

Method to get the correct size for a Tile component