Gamebase SDK for Unity  1.0.0
Toast Gamebase Platform

◆ GetUserID()

static string GetUserID ( )
static

Method that got an UserID that identify each user in Platform.

You can get this after login has succeeded.

Returns
UserID

This sample shows how to call the Gamebase.GetUserID method.

public void GetUserID()
{
string request = Gamebase.GetUserID();
}