disableReconnectInBackgroundState property Null safety
read / write
Specify whether to prevent background reconnection @ discussion The default value is NO. By default, if the application is switched to the background and gets disconnected and is still running, the SDK will continue to execute the automatic reconnection mechanism. If the value is set to YES, the app will not automatically reconnect in the background, and the reconnection will be postponed to the foreground. This setting is only required for special scenarios. Proceed with caution.
Implementation
bool? disableReconnectInBackgroundState;