Click or drag to resize

WidgetInputReceiveData Method

Receives input and forwards that input onto the assigned delegate. Optionally, the user may inherit from Input and override the ReceiveData() function.

Namespace:  IBM.Watson.DeveloperCloud.Widgets
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual void ReceiveData(
	WidgetData data
)

Parameters

data
Type: IBM.Watson.DeveloperCloud.WidgetsWidgetData
The received data object.
See Also