> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.5/api/csharp/yarn.unity/yarn.unity.voiceoverview/yarn.unity.voiceoverview.userrequestedviewadvancement.md).

# UserRequestedViewAdvancement()

Method in [VoiceOverView](/2.5/api/csharp/yarn.unity/yarn.unity.voiceoverview.md)

## 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](/2.5/api/csharp/yarn.unity/yarn.unity.dialoguerunner.md) 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)](/2.5/api/csharp/yarn.unity/yarn.unity.dialogueviewbase/yarn.unity.dialogueviewbase.interruptline.md): Called by the [DialogueRunner](/2.5/api/csharp/yarn.unity/yarn.unity.dialoguerunner.md) to signal that a line has been interrupted, and that the Dialogue View should finish presenting its line as quickly as possible.
