Click or drag to resize
IUserLogicCallbacksOnAskResult Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void OnAskResult(
	string inTicket,
	eAskResult inResult
)

Parameters

inTicket
Type: SystemString
inResult
Type: SurveyToGo.UserLogic.InterfaceseAskResult
See Also