Gamebase SDK for Unity  1.1.5
Toast Gamebase Platform

◆ IsSuccess()

static bool IsSuccess ( GamebaseError  error)
static

Returns true if the GamebaseError instance is null or the error code is zero.

Parameters
errorThe GamebaseError instance in the callback received after the Gamebase API call
Returns