Class ServiceStateChangedEventArgs

Definition

Namespace:
Tizen.Uix.Tts
Assembly:
Tizen.Uix.Tts.dll
API Level:
10

This class holds information related to the TTS ServiceStateChanged event.

C#
Copy
public class ServiceStateChangedEventArgs
Inheritance
System.Object
ServiceStateChangedEventArgs

Properties

View Source

Current

The current state of TTS service.

Declaration
C#
Copy
public ServiceState Current { get; }
Property Value
Type Description
ServiceState
API Level: 10
View Source

Previous

The previous state of TTS service.

Declaration
C#
Copy
public ServiceState Previous { get; }
Property Value
Type Description
ServiceState
API Level: 10