| // Signature format: 4.0 |
| package androidx.fragment.compose { |
| |
| public final class AndroidFragmentKt { |
| method @KotlinOnly @androidx.compose.runtime.Composable public static inline <reified T extends androidx.fragment.app.Fragment> void AndroidFragment(optional androidx.compose.ui.Modifier modifier, optional androidx.fragment.compose.FragmentState fragmentState, optional android.os.Bundle arguments, optional kotlin.jvm.functions.Function1<T,kotlin.Unit> onUpdate); |
| method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static <T extends androidx.fragment.app.Fragment> void AndroidFragment(Class<T!>, androidx.compose.ui.Modifier?, androidx.fragment.compose.FragmentState?, android.os.Bundle?, kotlin.jvm.functions.Function1<? super T!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int); |
| method @KotlinOnly @androidx.compose.runtime.Composable public static <T extends androidx.fragment.app.Fragment> void AndroidFragment(Class<T> clazz, optional androidx.compose.ui.Modifier modifier, optional androidx.fragment.compose.FragmentState fragmentState, optional android.os.Bundle arguments, optional kotlin.jvm.functions.Function1<T,kotlin.Unit> onUpdate); |
| } |
| |
| public final class FragmentKt { |
| method public static androidx.compose.ui.platform.ComposeView content(androidx.fragment.app.Fragment, kotlin.jvm.functions.Function0<kotlin.Unit> content); |
| method @BytecodeOnly public static androidx.compose.ui.platform.ComposeView content(androidx.fragment.app.Fragment, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>); |
| } |
| |
| @androidx.compose.runtime.Stable public final class FragmentState { |
| ctor public FragmentState(); |
| ctor @BytecodeOnly public FragmentState(androidx.compose.runtime.MutableState!, int, kotlin.jvm.internal.DefaultConstructorMarker!); |
| ctor public FragmentState(optional androidx.compose.runtime.MutableState<androidx.fragment.app.Fragment.SavedState?> state); |
| } |
| |
| public final class FragmentStateKt { |
| method @KotlinOnly @androidx.compose.runtime.Composable public static androidx.fragment.compose.FragmentState rememberFragmentState(); |
| method @BytecodeOnly @androidx.compose.runtime.Composable public static androidx.fragment.compose.FragmentState rememberFragmentState(androidx.compose.runtime.Composer?, int); |
| } |
| |
| } |
| |