-
- All Implemented Interfaces:
-
com.facebook.react.fabric.mounting.mountitems.MountItem
public class DispatchIntCommandMountItem extends DispatchCommandMountItem
-
-
Constructor Summary
Constructors Constructor Description DispatchIntCommandMountItem(int surfaceId, int reactTag, int commandId, ReadableArray commandArgs)
-
Method Summary
Modifier and Type Method Description intgetSurfaceId()voidexecute(@NonNull() MountingManager mountingManager)Execute this MountItem into the operation queue received by parameter. StringtoString()-
-
Constructor Detail
-
DispatchIntCommandMountItem
DispatchIntCommandMountItem(int surfaceId, int reactTag, int commandId, ReadableArray commandArgs)
-
-
Method Detail
-
getSurfaceId
int getSurfaceId()
-
execute
void execute(@NonNull() MountingManager mountingManager)
Execute this MountItem into the operation queue received by parameter.
-
-
-
-