Class AccessibleUtil
Definition
- Namespace:
- ElmSharp.Accessible
- Assembly:
- ElmSharp.dll
- API Level:
- preview
AccessibleUtil provides a method to set the reading information.
C#Copypublic static class AccessibleUtil
- Inheritance
-
System.ObjectAccessibleUtil
Methods
Declaration
C#Copypublic static Task<ReadingStatus> Say(string text, bool discardable)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The reading text. |
System.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. |