DialogShownState

constructor(parameters: ParametersT, resultChannel: SendChannel<ResultT>)

Parameters

parameters

are dialog-specific parameters to present/interact with the user.

resultChannel

is a SendChannel where user input should be sent.