Click or drag to resize

WidgetInputDataReceiver Property

The delegate to the receiver function, this is set when Start() is called on this input.

Namespace:  IBM.Watson.DeveloperCloud.Widgets
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public WidgetOnReceiveData DataReceiver { get; }

Property Value

Type: WidgetOnReceiveData
See Also