| Interface | Description |
|---|---|
| DefaultHardwareBackBtnHandler |
Interface used by
DeviceEventManagerModule to delegate hardware back button events. |
| DeviceEventManagerModule.RCTDeviceEventEmitter | |
| JSTimers | |
| PermissionAwareActivity |
Interface used to denote activities that can forward permission requests and call
PermissionListeners with the permission request results. |
| PermissionListener |
Interface used by activities to delegate permission request results.
|
| RCTNativeAppEventEmitter |
Module that handles global application events.
|
| Class | Description |
|---|---|
| ChoreographerCompat |
Wrapper class for abstracting away availability of the JellyBean Choreographer.
|
| ChoreographerCompat.FrameCallback |
This class provides a compatibility wrapper around the JellyBean FrameCallback with methods to
access cached wrappers for submitting a real FrameCallback to a Choreographer or a Runnable to
a Handler.
|
| DeviceEventManagerModule |
Native module that handles device hardware events like hardware back presses.
|
| ExceptionsManagerModule | |
| HeadlessJsTaskSupportModule |
Simple native module that allows JS to notify native of having completed some task work, so that
it can e.g.
|
| ReactChoreographer |
A simple wrapper around Choreographer that allows us to control the order certain callbacks are
executed within a given frame.
|
| Timing |
Native module for JS timer execution.
|
| Enum | Description |
|---|---|
| ReactChoreographer.CallbackType |