Gamebase SDK for Unity 2.71.0
Toast Gamebase Platform
Loading...
Searching...
No Matches

◆ OpenGameNotice()

static void OpenGameNotice ( GamebaseCallback::ErrorDelegate  callback)
static

Open game notice web pages.


Since
Added 2.71.0.

Example Usage :

public void SampleOpenGameNotice()
{
(error) =>
{
// Called when the entire gameNotice is closed.
});
}
static void OpenGameNotice(GamebaseCallback.ErrorDelegate callback)
Open game notice web pages.
Definition: Gamebase.cs:3767
This class provides functionality related to game notices.
Definition: Gamebase.cs:3749
The Gamebase class is core of Gamebase service.
Definition: Gamebase.cs:11