Enum InitiateUserAccountPairingCommand.Result
Namespace: UnityEngine.InputSystem.LowLevel
Assembly: Unity.InputSystem.dll
Syntax
public enum InitiateUserAccountPairingCommand.Result
  Fields
| Name | Description | 
|---|---|
| ErrorAlreadyInProgress | There already is a pairing operation in progress and the system does not support pairing multiple devices at the same time.  | 
      
| ErrorNotSupported | System does not support application-invoked user pairing.  | 
      
| SuccessfullyInitiated | User pairing UI has been successfully opened.  |