Gamebase SDK for Unity  1.14.2
Toast Gamebase Platform

◆ GetBanInfo()

static GamebaseResponse.Auth.BanInfo GetBanInfo ( )
static

For a banned user registered at Gamebase Console,restricted use of information code (AUTH_BANNED_MEMBER(3005)) can be displayed as below, when trying login.

The ban information can be found by using the API as below.

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

Example Usage :

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