Mobile Locker JavaScript SDK
    Preparing search index...

    Interface NetworkStatus

    interface NetworkStatus {
        connected: boolean;
        type: NetworkConnectionType;
    }
    Index

    Properties

    Properties

    connected: boolean

    Whether the device currently has an active internet connection.

    The type of network connection.