{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

androidx.compose.runtime.reflect

Classes

ComposableMethod

Represents the @Composable method.

Extension functions summary

ComposableMethod?
ComposableMethod
Class<*>.getDeclaredComposableMethod(
    methodName: String,
    vararg args: Class<*>
)

Find the given @Composable method by name.

Extension functions

asComposableMethod

fun Method.asComposableMethod(): ComposableMethod?

getDeclaredComposableMethod

fun Class<*>.getDeclaredComposableMethod(
    methodName: String,
    vararg args: Class<*>
): ComposableMethod

Find the given @Composable method by name.