Gamebase SDK for Unity  1.1.5
Toast Gamebase Platform

◆ GetNetworkType()

static GamebaseNetworkType GetNetworkType ( )
static

NetworkStatus.

Returns
NetworkStatus.

This sample shows how to call the Gamebase.Network.GetType method.

public void GetType()
{
GamebaseNetworkType type = Gamebase.Network.GetType();
}