Method Resolve
Resolve(string)
Resolves a user input smoother based on the provided identifier. This method returns an observable that emits the resolved user input smoother when it becomes available.
Declaration
IObservable<IUserInputSmoother> Resolve(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The identifier of the user input smoother to resolve. |
Returns
Type | Description |
---|---|
IObservable<IUserInputSmoother> | An observable that emits the resolved user input smoother when it becomes available. |