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

getDeclaredComposableMethod

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

Find the given @Composable method by name.