getAffectedEntity

See getAffectedEntity(Boolean).

Return

(see linked method).


open fun getAffectedEntity(fixRequest: Boolean): EntityValue?

Return (nullable) The latest client-side state of the entity (if any) that was affected by this request, or if fixRequest is true, then an entity that can be updated to directly fix this pending request.

Return

(nullable) The latest client-side state of the entity (if any) that was affected by this request, or if fixRequest is true, then an entity that can be updated to directly fix this pending request.

Parameters

fixRequest

If the returned entity is to be used to directly fix this pending request, then true, otherwise false. Defaults to false.