# UserRequestedViewAdvancement()

Method in [VoiceOverView](https://docs.yarnspinner.dev/2.2/api/csharp/yarn.unity/yarn.unity.voiceoverview)

## Summary

Signals to this dialogue view that the user would like to skip playback.

```csharp
public override void UserRequestedViewAdvancement()
```

## Remarks

When this method is called, this view indicates to its [DialogueRunner](https://docs.yarnspinner.dev/2.2/api/csharp/yarn.unity/yarn.unity.dialoguerunner) that the line should be interrupted.

If this view is not currently playing any audio, this method does nothing.

## See Also

* [DialogueViewBase.InterruptLine(LocalizedLine,Action)](https://docs.yarnspinner.dev/2.2/api/csharp/yarn.unity/yarn.unity.dialogueviewbase/yarn.unity.dialogueviewbase.interruptline): Called by the [DialogueRunner](https://docs.yarnspinner.dev/2.2/api/csharp/yarn.unity/yarn.unity.dialoguerunner) to signal that a line has been interrupted, and that the Dialogue View should finish presenting its line as quickly as possible.
