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
Summary:
Pull Request resolved: #52154
I wasn't able to find any meaningful usage of `EventDispatcherImpl` in OSS, therefore I'm making this class internal.
Changelog:
[Internal] [Changed] -
Reviewed By: javache
Differential Revision: D77024759
fbshipit-source-id: e1ff3329cedf96a8c75edb9b9ccc1ce21adfab11
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/api/ReactAndroid.api
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -4866,24 +4866,6 @@ public abstract interface class com/facebook/react/uimanager/events/EventDispatc
4866
4866
public abstract fun removeListener (Lcom/facebook/react/uimanager/events/EventDispatcherListener;)V
4867
4867
}
4868
4868
4869
-
public final class com/facebook/react/uimanager/events/EventDispatcherImpl : com/facebook/react/bridge/LifecycleEventListener, com/facebook/react/uimanager/events/EventDispatcher {
4870
-
public static final field Companion Lcom/facebook/react/uimanager/events/EventDispatcherImpl$Companion;
4871
-
public fun <init> (Lcom/facebook/react/bridge/ReactApplicationContext;)V
4872
-
public fun addBatchEventDispatchedListener (Lcom/facebook/react/uimanager/events/BatchEventDispatchedListener;)V
4873
-
public fun addListener (Lcom/facebook/react/uimanager/events/EventDispatcherListener;)V
4874
-
public fun dispatchAllEvents ()V
4875
-
public fun dispatchEvent (Lcom/facebook/react/uimanager/events/Event;)V
4876
-
public fun onCatalystInstanceDestroyed ()V
4877
-
public fun onHostDestroy ()V
4878
-
public fun onHostPause ()V
4879
-
public fun onHostResume ()V
4880
-
public fun removeBatchEventDispatchedListener (Lcom/facebook/react/uimanager/events/BatchEventDispatchedListener;)V
4881
-
public fun removeListener (Lcom/facebook/react/uimanager/events/EventDispatcherListener;)V
4882
-
}
4883
-
4884
-
public final class com/facebook/react/uimanager/events/EventDispatcherImpl$Companion {
4885
-
}
4886
-
4887
4869
public abstract interface class com/facebook/react/uimanager/events/EventDispatcherListener {
4888
4870
public abstract fun onEventDispatch (Lcom/facebook/react/uimanager/events/Event;)V
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/events/EventDispatcherImpl.kt
0 commit comments