onAutoReconnect property

AutoReconnectCallback? onAutoReconnect
getter/setter pair

Auto reconnect callback, if auto reconnect is selected this callback will be called before auto reconnect processing is invoked to allow the user to perform any pre auto reconnect actions.

Implementation

AutoReconnectCallback? onAutoReconnect;