Interface | Description |
---|---|
DefaultHardwareBackBtnHandler |
Interface used by
DeviceEventManagerModule to delegate hardware back button events. |
DeviceEventManagerModule.RCTDeviceEventEmitter | |
JavaScriptTimerManager |
An interface used by
JavaTimerManager to access and call JS timers from Java. |
JSTimers | |
PermissionAwareActivity |
Interface used to denote activities that can forward permission requests and call
PermissionListener s 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.
|
JavaTimerManager |
This class is the native implementation for JS timer execution on Android.
|
ReactChoreographer |
A simple wrapper around Choreographer that allows us to control the order certain callbacks are
executed within a given frame.
|
TimingModule |
Native module for JS timer execution.
|
Enum | Description |
---|---|
ReactChoreographer.CallbackType |