This function ignores the withdrawal grace period and proceeds withdrawal immediately.
public void SampleWithdrawImmediately()
{
{
{
Debug.Log("WithdrawImmediately succeeded.");
}
else
{
Debug.Log(string.Format("SampleWithdrawImmediately failed. error:{0}", error));
}
});
}
static void WithdrawImmediately(GamebaseCallback.ErrorDelegate callback)
This function ignores the withdrawal grace period and proceeds withdrawal immediately.
Definition Gamebase.cs:3676
This class provides wrapping of function execution related to temporary withdrawal.
Definition Gamebase.cs:3651
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