public class SimpleOkDialog extends Object
Modifier and Type | Field and Description |
---|---|
private android.content.Context |
context |
private String |
message |
private String |
title |
Constructor and Description |
---|
SimpleOkDialog(android.content.Context context,
String title,
String message)
We initialize each parameter needed for the dialog.
|
Modifier and Type | Method and Description |
---|---|
android.app.AlertDialog.Builder |
build()
Builder of the actual dialog.
|