Class ServiceStateChangedEventArgs

    Definition

    Namespace:
    Tizen.Uix.Tts
    Assembly:
    Tizen.Uix.Tts.dll

    This class holds information related to the TTS ServiceStateChanged event.

    public class ServiceStateChangedEventArgs
    Inheritance
    object
    ServiceStateChangedEventArgs

    Properties

    View Source

    Current

    The current state of TTS service.

    Declaration
    public ServiceState Current { get; }
    Property Value
    Type Description
    ServiceState
    View Source

    Previous

    The previous state of TTS service.

    Declaration
    public ServiceState Previous { get; }
    Property Value
    Type Description
    ServiceState
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX