-
- All Implemented Interfaces:
-
com.facebook.react.fabric.mounting.mountitems.MountItem
public abstract class DispatchCommandMountItem implements MountItem
This is a common interface for View Command operations. Once we delete the deprecated , we can delete this interface too. It provides a set of common operations to simplify generic operations on all types of ViewCommands.
-
-
Method Summary
Modifier and Type Method Description void
incrementRetries()
int
getRetries()
-
-
Method Detail
-
incrementRetries
@UiThread() void incrementRetries()
-
getRetries
@UiThread() int getRetries()
-
-
-
-