Method GetVibrationModesAsync

GetVibrationModesAsync(Guid, CancellationToken)

Returns vibration modes for a loading with given ID

Declaration
Task<IEnumerable<IVibrationMode>> GetVibrationModesAsync(Guid loadingId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid loadingId

The ID of loading to get vibration mode for

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<IVibrationMode>>

A collection of vibration modes

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next