Return true if the GamebaseException object is null or the error code is zero.
public void IsSuccessSample()
{
{
{
Debug.Log("Logout succeeded.");
}
else
{
Debug.Log(string.Format("Logout failed. error is {0}", error));
}
});
}
static void Logout(GamebaseCallback.ErrorDelegate callback)
Try to log out from logged-in IdP.
Definition Gamebase.cs:961
static bool IsSuccess(GamebaseError error)
Return true if the GamebaseException object is null or the error code is zero.
Definition Gamebase.cs:57
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11