Skip to main content
Version: 6.0.0

EnableAutoReconnect

Maintains the user's session alive by automatically calling the reconnect method upon detecting the expiration of the user's session. Optionally, register a callback using RegisterAutoReconnectCallback to be notified when re-authentication occurs.

Method Parameters

ParameterDescription
enabledTrue if auto-reconnect should be enabled

Usage

http://localhost:3000
_bc.EnableAutoReconnect(true);
JSON Response
// N/A