owservable
    Preparing search index...

    Interface IConnectionManager

    interface IConnectionManager {
        checkSession(): | ConnectionManagerRefreshType
        | Promise<ConnectionManagerRefreshType>;
        connected(jwt: any): void;
        disconnected(): void;
        location(location: string): void;
        ping(ping: number): void;
        user(): any;
    }
    Index

    Methods