Gamebase SDK for Unity  1.1.5
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 ()
 NetworkStatus. More...
 
static string GetNetworkTypeName ()
 NetworkStatus. More...
 
static bool IsConnected ()
 Network Connect status. More...
 
static bool AddOnChangedStatusListener (GamebaseCallback.DataDelegate< GamebaseNetworkType > callback)
 When network status is changed, this callback is called. More...
 
static bool RemoveOnChangedStatusListener (GamebaseCallback.DataDelegate< GamebaseNetworkType > callback)
 Remove callbacks added by AddOnChangedStatusListener method. More...
 

Detailed Description

The Network class indicates Network status.