public final class nw_browser_state_t
extends java.lang.Object
Browser states sent by nw_browser_set_state_changed_handler.
| Modifier and Type | Field and Description |
|---|---|
static int |
nw_browser_state_cancelled
[@const] nw_browser_state_cancelled The browser has been cancelled by
the caller.
|
static int |
nw_browser_state_failed
[@const] nw_browser_state_failed The browser has irrecoverably failed.
|
static int |
nw_browser_state_invalid
[@const] nw_browser_state_invalid The state of the browser is not valid.
|
static int |
nw_browser_state_ready
[@const] nw_browser_state_ready The browser is ready and able to receive
endpoint updates.
|
static int |
nw_browser_state_waiting
[@const] nw_browser_state_waiting The browser is waiting for connectivity.
|
public static final int nw_browser_state_invalid
public static final int nw_browser_state_ready
public static final int nw_browser_state_failed
public static final int nw_browser_state_cancelled
public static final int nw_browser_state_waiting