Class PrivateDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This Class contains sets private data to manager client.
public class PrivateDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
View SourceData
Private data
Declaration
public string Data { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceKey
Private key
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
String |