Gamebase SDK for Android
1.3.0
Toast Gamebase Platform
|
|
static |
Show a standard toast that just contains a text view.
context | The context to use. Usually your android.app.Application or android.app.Activity object. |
message | The message to show. |
duration | How long to display the message. Either android.widget.Toast#LENGTH_SHORT or android.widget.Toast#LENGTH_LONG |