Class AccessibleUtil

Definition

Namespace:
ElmSharp.Accessible
Assembly:
ElmSharp.dll
API Level:
preview

AccessibleUtil provides a method to set the reading information.

C#
Copy
public static class AccessibleUtil
Inheritance
AccessibleUtil

Methods

View Source

Say(String, Boolean)

Reads the given text by a screen reader.

Declaration
C#
Copy
public static Task<ReadingStatus> Say(string text, bool discardable)
Parameters
Type Name Description
System.String text

The reading text.

Boolean discardable

If true, reading can be discarded by subsequent reading requests. If false, reading must be finished before the next reading request can be started.

Returns
Type Description
System.Threading.Tasks.Task<ReadingStatus>

Return a task with the reading status.

API Level: preview