Input |
public sealed class ConflictResponse : Enum
The InputMapperConflictResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | The conflicting mappings will be left as-is and the new assignment will be added. | |
| Cancel | The assignment will be canceled. | |
| Ignore | The conflict will be ignored and polling will continue. | |
| Replace | The conflicting mappings will be cleared and the new assignment added. | |
| Swap | The conflicting mapping will be swapped with the assignment. Check IsSwapAllowed(Int32) to see if swap is allowed for the current assignment before using this response type. | |
| value__ |