static void showAlertDialogWithTextInput |
( |
@NonNull final Context |
context, |
|
|
@NonNull final String |
title, |
|
|
@Nullable final String |
message, |
|
|
@Nullable String |
positiveButtonName, |
|
|
@Nullable final GamebaseDataCallback< String > |
positiveListener, |
|
|
@Nullable String |
negativeButtonName, |
|
|
@Nullable final DialogInterface.OnClickListener |
negativeListener, |
|
|
@Nullable final DialogInterface.OnCancelListener |
backKeyListener |
|
) |
| |
|
static |