public class SimpleInputDialog extends Object
Modifier and Type | Field and Description |
---|---|
private android.content.Context |
context |
private String |
message |
private android.widget.EditText |
text |
private String |
title |
Constructor and Description |
---|
SimpleInputDialog(android.content.Context context,
String title,
String message)
Instantiation of the input dialog, with each variable related to a paremeter.
|
Modifier and Type | Method and Description |
---|---|
androidx.appcompat.app.AlertDialog.Builder |
build()
Builder of the actual input dialog.
|