1// Signature format: 4.0 2package androidx.fragment.compose { 3 4 public final class AndroidFragmentKt { 5 method @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<? super T,kotlin.Unit> onUpdate); 6 method @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<? super T,kotlin.Unit> onUpdate); 7 } 8 9 public final class FragmentKt { 10 method public static androidx.compose.ui.platform.ComposeView content(androidx.fragment.app.Fragment, kotlin.jvm.functions.Function0<kotlin.Unit> content); 11 } 12 13 @androidx.compose.runtime.Stable public final class FragmentState { 14 ctor public FragmentState(); 15 ctor public FragmentState(optional androidx.compose.runtime.MutableState<androidx.fragment.app.Fragment.SavedState?> state); 16 } 17 18 public final class FragmentStateKt { 19 method @androidx.compose.runtime.Composable public static androidx.fragment.compose.FragmentState rememberFragmentState(); 20 } 21 22} 23 24