Gamebase SDK for Unity
1.1.5
Toast Gamebase Platform
|
|
static |
This method initialize Gamebase without GamebaseConfiguration instance.
callback return launching datas when Gamebase has initialized and has completed getting launching informations from server. You must call this method first, after the app has launched.
callback | Callback. delegate(GamebaseResponse.Launching.LaunchingInfo data, GamebaseError error) |
This sample shows how to call the Gamebase.Initialize method.