Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ImageSaver(dispatcher: CoroutineDispatcher = DispatcherProvider.IO)
Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun TextInputLayout.hideError()
Link copied to clipboard
Link copied to clipboard
fun mergeViewFlows(scope: CoroutineScope, paymentMethodViewFlow: Flow<ComponentViewType?>, genericActionViewFlow: Flow<ComponentViewType?>, initialValue: ComponentViewType? = null, started: SharingStarted = SharingStarted.Lazily): StateFlow<ComponentViewType?>
Link copied to clipboard
fun TextInputLayout.setLocalizedHintFromStyle(@StyleRes styleResId: Int, localizedContext: Context)
Link copied to clipboard
fun TextView.setLocalizedTextFromStyle(@StyleRes styleResId: Int, localizedContext: Context, formatHyperLink: Boolean = false)
Link copied to clipboard
fun TextInputLayout.showError(error: String)
Link copied to clipboard