SpatialAudioEffectConfiguration
constructor(opClickEffect: SpatialSoundEffect = SpatialSoundEffect.OpClick, opDragBeginEffect: SpatialSoundEffect = SpatialSoundEffect.OpDragBegin, opDragEndEffect: SpatialSoundEffect = SpatialSoundEffect.OpDragEnd, opDragScaleEffect: SpatialSoundEffect = SpatialSoundEffect.OpDragScale, opCloseEffect: SpatialSoundEffect = SpatialSoundEffect.OpClose, opLongPressEffect: SpatialSoundEffect = SpatialSoundEffect.OpLongPress, stateSelectEffect: SpatialSoundEffect = SpatialSoundEffect.StateSelected, stateUnselectEffect: SpatialSoundEffect = SpatialSoundEffect.StateUnselected, stateOnEffect: SpatialSoundEffect = SpatialSoundEffect.StateOn, stateOffEffect: SpatialSoundEffect = SpatialSoundEffect.StateOff, stateSuccessEffect: SpatialSoundEffect = SpatialSoundEffect.StateSuccess, stateFailureEffect: SpatialSoundEffect = SpatialSoundEffect.StateFailure)