Show / Hide Table of Contents

    Class AccessibleUtil

    Definition

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

    AccessibleUtil provides a method to set the reading information.

    public static class AccessibleUtil
    Inheritance
    Object
    AccessibleUtil

    Methods

    View Source

    Say(String, Boolean)

    Reads the given text by a screen reader.

    Declaration
    public static Task<ReadingStatus> Say(string text, bool discardable)
    Parameters
    Type Name Description
    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
    Task<ReadingStatus>

    Return a task with the reading status.

    API Level: preview
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX