public interface AndroidResolver
libgdx side.| Modifier and Type | Field and Description |
|---|---|
static int |
LENGTH_LONG |
static int |
LENGTH_SHORT |
| Modifier and Type | Method and Description |
|---|---|
void |
dismissAboutBox()
Force to dismiss the about dialog.
|
void |
showAboutBox()
Display an about dialog Activity.
|
void |
showToast(CharSequence text,
int duration)
Show an Android Toast on the screen with default position on the screen
(bottom center).
|
static final int LENGTH_LONG
static final int LENGTH_SHORT
void showAboutBox()
void dismissAboutBox()
void showToast(CharSequence text, int duration)
text - The text of the Toastduration - How long to display the message. Either LENGTH_SHORT
or LENGTH_LONGCopyright © 2014-2016 gdx2d - https://github.com/hevs-isi/gdx2d