Gamebase SDK for Unity  1.1.5
Toast Gamebase Platform

◆ IsConnected()

static bool IsConnected ( )
static

Network Connect status.

Returns
true if network is reachable.

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

public void IsConnected()
{
bool isConnected = Gamebase.Network.IsConnected();
}