androidx.compose.runtime.reflect
Classes
ComposableMethod |
Represents the @Composable method. |
Extension functions summary
ComposableMethod? |
|
ComposableMethod |
Class<*>.getDeclaredComposableMethod( 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.