Interface IUserInteractionService
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IUserInteractionService
Methods
Declaration
void TriggerErrorRequest(Error error)
Parameters
Declaration
void TriggerNotificationRequest(Notification notification)
Parameters
Declaration
void TriggerPromptRequest(Prompt prompt)
Parameters
Events
Declaration
event Action<ErrorReportingArgs> ErrorRequest
Event Type
Declaration
event Action<NotificationReportingArgs> NotifyRequest
Event Type
Declaration
event Action<PromptReportingArgs> PromptRequest
Event Type