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