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
Method.asComposableMethod
Artifact: androidx.compose.runtime:runtime
fun Method.asComposableMethod(): ComposableMethod?
Class.getDeclaredComposableMethod
Artifact: androidx.compose.runtime:runtime
fun Class<*>.getDeclaredComposableMethod(
methodName: String,
vararg args: Class<*>
): ComposableMethod
Find the given @Composable method by name.