Click or drag to resize
IUserLogicCallbacksOnIntentDone Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void OnIntentDone(
	string inTicket,
	int inCode,
	IIntentInfo inInfo
)

Parameters

inTicket
Type: SystemString
inCode
Type: SystemInt32
inInfo
Type: SurveyToGo.UserLogic.InterfacesIIntentInfo
See Also