Class PrivateDataUpdatedEventArgs

Definition

Namespace:
Tizen.Uix.VoiceControlManager
Assembly:
Tizen.Uix.VoiceControlManager.dll

This Class contains sets private data to manager client.

C#
Copy
public class PrivateDataUpdatedEventArgs : EventArgs
Inheritance
System.Object
PrivateDataUpdatedEventArgs

Properties

View Source

Data

Private data

Declaration
C#
Copy
public string Data { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Key

Private key

Declaration
C#
Copy
public string Key { get; }
Property Value
Type Description
System.String
API Level: 6