UIWritingToolsCoordinator.State.interactiveStreaming
A state that indicates Writing Tools is processing a request and incorporating changes interactively into your view.
Declaration
case interactiveStreamingMentioned in
Discussion
The coordinator transitions swiftly from the UIWritingToolsCoordinator.State.interactiveResting state to this state at the start of an operation. In this state, the coordinator submits the request for processing and delivers the results back to your view. When the coordinator finishes delivering the results, it transitions back to the UIWritingToolsCoordinator.State.interactiveResting state.