(isLoading: boolean)
| 494 | } |
| 495 | |
| 496 | private setIsLoading(isLoading: boolean): void { |
| 497 | this.isLoading = isLoading |
| 498 | this.callbacksRef.current.onLoadingChange(isLoading) |
| 499 | this.events.loadingChanged(isLoading) |
| 500 | } |
| 501 | |
| 502 | private setStatus(status: ChatClientState): void { |
| 503 | this.status = status |
no test coverage detected