Package-level declarations

Functions

Link copied to clipboard

Creates a State that holds the Libs as loaded from Android using the Context.

fun rememberLibraries(block: suspend (Context) -> Libs = { context -> Libs.Builder().withContext(context).build() }): State<Libs?>

Creates a State that holds the Libs as loaded from Android using the Context. Warning: This API uses the name of the resource to find the libraries. Ensure R8 does not obfuscate the aboutlibraries RAW resource identifier. Alternatively use the rememberLibraries(resId: Int) API instead.