Gamebase SDK for Unity  2.1.0
Toast Gamebase Platform
Gamebase.Network Class Reference

The Network class indicates Network status. More...

Collaboration diagram for Gamebase.Network:
Collaboration graph

Static Public Member Functions

static GamebaseNetworkType GetNetworkType ()
 Reports the type of network to which the info in this NetworkInfo pertains. More...
 
static string GetNetworkTypeName ()
 Return a human-readable name describe the type of the network, for example "WIFI" or "MOBILE". More...
 
static bool IsConnected ()
 Indicates whether network connectivity exists and it is possible to establish connections and pass data. More...
 
static void IsConnected (GamebaseCallback.DataDelegate< bool > callback)
 Indicates whether network connectivity exists and it is possible to establish connections and pass data. More...
 

Detailed Description

The Network class indicates Network status.

Since
Added 1.4.0.