Reports the type of network to which the info in this NetworkInfo pertains.
Since
Added 1.4.0.
Returns
one of GamebaseNetworkType.TYPE_NOT, GamebaseNetworkType.TYPE_MOBILE, GamebaseNetworkType.TYPE_WIFI, GamebaseNetworkType.TYPE_ANY, or other types defined by NetworkManager.
Example Usage :
publicvoid GetType()
{
GamebaseNetworkType type = Gamebase.Network.GetType();