sjufan84's picture
updated UI
77731d1
raw
history blame
135 Bytes
export declare enum ConnectivityState {
IDLE = 0,
CONNECTING = 1,
READY = 2,
TRANSIENT_FAILURE = 3,
SHUTDOWN = 4
}