Gamebase SDK for Android  1.3.0
Toast Gamebase Platform
Gamebase.Network Class Reference
Collaboration diagram for Gamebase.Network:
Collaboration graph

Static Public Member Functions

static boolean isConnected ()
 Indicates whether network connectivity exists and it is possible to establish connections and pass data. More...
 
static int getType ()
 Reports the type of network to which the info in this NetworkInfo pertains. More...
 
static String getTypeName ()
 Return a human-readable name describe the type of the network, for example "WIFI" or "MOBILE". More...
 
static boolean addOnChangedStatusListener (final NetworkManager.OnChangedStatusListener listener)
 Add the listener to be called when the network status is changed. More...
 
static boolean removeOnChangedStatusListener (final NetworkManager.OnChangedStatusListener listener)
 Remove the listener. More...