You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/api/ReactAndroid.api
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2890,15 +2890,19 @@ public abstract interface class com/facebook/react/modules/debug/interfaces/Deve
2890
2890
public abstract fun setStartSamplingProfilerOnInit (Z)V
2891
2891
}
2892
2892
2893
-
public class com/facebook/react/modules/dialog/AlertFragment : androidx/fragment/app/DialogFragment, android/content/DialogInterface$OnClickListener {
2893
+
public final class com/facebook/react/modules/dialog/AlertFragment : androidx/fragment/app/DialogFragment, android/content/DialogInterface$OnClickListener {
2894
+
public static final field Companion Lcom/facebook/react/modules/dialog/AlertFragment$Companion;
2894
2895
public fun <init> ()V
2895
-
public fun <init> (Lcom/facebook/react/modules/dialog/DialogModule$AlertFragmentListener;Landroid/os/Bundle;)V
2896
-
public static fun createDialog (Landroid/content/Context;Landroid/os/Bundle;Landroid/content/DialogInterface$OnClickListener;)Landroid/app/Dialog;
2896
+
public static final fun createDialog (Landroid/content/Context;Landroid/os/Bundle;Landroid/content/DialogInterface$OnClickListener;)Landroid/app/Dialog;
2897
2897
public fun onClick (Landroid/content/DialogInterface;I)V
2898
2898
public fun onCreateDialog (Landroid/os/Bundle;)Landroid/app/Dialog;
2899
2899
public fun onDismiss (Landroid/content/DialogInterface;)V
2900
2900
}
2901
2901
2902
+
public final class com/facebook/react/modules/dialog/AlertFragment$Companion {
2903
+
public final fun createDialog (Landroid/content/Context;Landroid/os/Bundle;Landroid/content/DialogInterface$OnClickListener;)Landroid/app/Dialog;
2904
+
}
2905
+
2902
2906
public final class com/facebook/react/modules/dialog/DialogModule : com/facebook/fbreact/specs/NativeDialogManagerAndroidSpec, com/facebook/react/bridge/LifecycleEventListener {
2903
2907
public static final field Companion Lcom/facebook/react/modules/dialog/DialogModule$Companion;
0 commit comments