RunLineAsync(LocalizedLine,LineCancellationToken)
Last updated
Was this helpful?
Last updated
Was this helpful?
Method in
Called by the to signal that a line should be displayed to the user.
When this method is called, the Dialogue View should present the line to the user. The content to present is contained within the line
parameter, which contains information about the line in the user's current locale.
The will wait until the tasks from all of its dialogue views have completed before continuing to the next piece of content. If your dialogue view does not need to handle the line, it should return immediately.
The line to present.
A task that completes when the dialogue view has finished showing the line to the user.
line
token
A that represents whether the dialogue view should hurry it its presentation of the line, or stop showing the current line.
: Called by the to signal that a set of options should be displayed to the user.