void showToastMessage(CharSequence text, boolean longDuration)
Can be used to show a Toast message.
Parameters
Name | Description |
text | The text to show in the Toast message. |
longDuration | True for a long duration Toast or false for a short duration. |
Return
Nothing returned