Package 

Class DispatchCommandMountItem

  • 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()
      • Methods inherited from class com.facebook.react.fabric.mounting.mountitems.MountItem

        execute, getSurfaceId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait