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

◆ ShowAlert() [1/2]

static void ShowAlert ( string title,
string message )
static

This method to create the dialog and display it on screen.

Since
Added 1.4.0.
Parameters
titleThe title to be shown in the alert.
messageThe message to be shown in the alert.

Example Usage :

public void ShowAlertSample(string title, string message)
{
Gamebase.Util.ShowAlert(title, message);
}
static void ShowAlert(string title, string message)
This method to create the dialog and display it on screen.
Definition Gamebase.cs:2918
The Util class provides convenient and useful methods.
Definition Gamebase.cs:2902
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11