androidx.a2ui.model.catalog.basiccatalog


Top-level functions summary

List<A2uiFunction>
createBasicCatalogFunctions(
    urlOpener: A2uiUrlOpener,
    messageFormatter: A2uiMessageFormatter,
    localeProvider: A2uiLocaleProvider?
)

Creates and returns a list containing all the basic catalog A2uiFunctions.

Top-level functions

createBasicCatalogFunctions

fun createBasicCatalogFunctions(
    urlOpener: A2uiUrlOpener,
    messageFormatter: A2uiMessageFormatter,
    localeProvider: A2uiLocaleProvider? = null
): List<A2uiFunction>

Creates and returns a list containing all the basic catalog A2uiFunctions.

Parameters
urlOpener: A2uiUrlOpener

Platform-specific handler to open external URLs

messageFormatter: A2uiMessageFormatter

Platform-specific formatter for localized messages and plurals

localeProvider: A2uiLocaleProvider? = null

Provider of the active locale, defaults to null (falls back to default function-specific providers)

Returns
List<A2uiFunction>

A list of all standard library functions supported by A2UI