Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class CountryInfo(val isoCode: String, val callingCode: String)

Class that holds data about a given country

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

This method creates a buffered Channel suitable for use in a single time event use case.

Link copied to clipboard
fun Context.copyTextToClipboard(label: String, text: String, toastText: String? = null)
Link copied to clipboard

Format the Int to be displayed to the user based on the Locale.

Link copied to clipboard
operator fun <T : ViewModel> ViewModelProvider.get(key: String?, modelClass: Class<T>): T
Link copied to clipboard
fun <T> mergeStateFlows(scope: CoroutineScope, started: SharingStarted, initialValue: T, vararg flows: Flow<T>): StateFlow<T>
Link copied to clipboard
Link copied to clipboard
fun Context.toast(text: String, duration: Int = Toast.LENGTH_SHORT)
Link copied to clipboard