Gamebase SDK for Android
1.4.3
Toast Gamebase Platform
|
|
static |
This method to create the dialog and display it on screen.
context | The context to use. Usually your android.app.Application or android.app.Activity object. |
title | The title displayed in the dialog. |
message | The message to display. |
clickListener | The clickListener to be invoked when the button of the dialog is pressed. |