Gamebase SDK for Unity
1.1.4
Toast Gamebase Platform
|
|
static |
Show Alert.
title | The title to be shown in the alert. |
message | The message to be shown in the alert. |
okTitle | The ok button title to be shown in the alert. |
okCallback | The okCallback to be executed after click ok button. |
cancelTitle | The cancel button title to be shown in the alert. |
cancelCallback | The cancelCallback to be executed after cancel ok button. |
This sample shows how to call theGamebase.Util.ShowAlertDialog method.