Gamebase SDK for Unity  1.8.0
Toast Gamebase Platform

◆ GetBanInfo()

static GamebaseResponse.Auth.BanInfo GetBanInfo ( )
static

Gets the ban information of the suspended user.

Since
Added 1.4.0.
Returns
The ban information of the suspended user.(

Example Usage :

public void GetBanInfo()
{
GamebaseResponse.Auth.BanInfo banInfo = Gamebase.GetBanInfo();
}