Conversation
|
Hello. |
| is QuestionStep -> { | ||
| Log.w ("ASDF", "step '${step?.id}': ${step.title} (${step.text})") | ||
| } | ||
| else -> | ||
| Log.w ("ASDF", "step '${step?.id}'") |
There was a problem hiding this comment.
I would show a Toast or something in the View just to make sure view interactions do not break. But logs are fine as well 👍
|
@roedll That should not be part of the "library" configuration, but rather the action of that step. |
|
Thanks for the suggestion, but I think in our use case as custom step wouldn't help: We want to be able to present the questions also via Text-To-Speech to the user when they are displayed. So the already available steps are enough for us for now... I think my description wasn't that clear in my original post ;-) |
In our use case we need the information when a certain step is displayed.
Thus we added another callback called
onStepBegin