Click or drag to resize
IUserLogicCallbacks.OnIntentDone 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: System.String
inCode
Type: System.Int32
inInfo
Type: SurveyToGo.UserLogic.Interfaces.IIntentInfo
See Also