Type Alias OfflineReplayConflictPolicyAction
OfflineReplayConflictPolicyAction: "retain-for-review" | "discard-local-edit" | "refuse"
- "retain-for-review"
Leave the edit conflicted for a reviewer; the SDK decides nothing.
- "discard-local-edit"
Close the conflict against the local edit and abandon it.
- "refuse"
Refuse the pass before it starts.
What a replay pass does with a conflicted edit under a policy.