onAutoReconnected property

AutoReconnectCompleteCallback? onAutoReconnected
getter/setter pair

Auto reconnected callback, if auto reconnect is selected this callback will be called after auto reconnect processing is completed to allow the user to perform any post auto reconnect actions.

Implementation

AutoReconnectCompleteCallback? onAutoReconnected;