| Package | ch.capi.net |
| Class | public class NetState |
See also
| Method | Defined by | ||
|---|---|---|---|
|
get():String
[static]
Retrieves the current
NetState constant based on the current
Security.sandboxType. | NetState | ||
| Constant | Defined by | ||
|---|---|---|---|
| DYNAMIC : String = "dynamic" [static]
Defines the dynamic state.
| NetState | ||
| OFFLINE : String = "offline" [static]
Defines the offline state.
| NetState | ||
| ONLINE : String = "online" [static]
Defines the online state.
| NetState | ||
| get | () | method |
public static function get():String
Retrieves the current NetState constant based on the current
Security.sandboxType.
String — NetState.ONLINE, NetState.OFFLINE or NetState.DYNAMIC.
|
| DYNAMIC | constant |
public static const DYNAMIC:String = "dynamic"Defines the dynamic state.
| OFFLINE | constant |
public static const OFFLINE:String = "offline"Defines the offline state.
| ONLINE | constant |
public static const ONLINE:String = "online"Defines the online state.