step property
The current step in the report flow.
Starts at ChatReportStep.reason and moves to ChatReportStep.user after a reason is selected.
Implementation
ChatReportStep step = ChatReportStep.reason;
The current step in the report flow.
Starts at ChatReportStep.reason and moves to ChatReportStep.user after a reason is selected.
ChatReportStep step = ChatReportStep.reason;