public final class InfoDialogFragment
extends DialogFragment
| Constructor and Description |
|---|
InfoDialogFragment() |
| Modifier and Type | Method and Description |
|---|---|
static InfoDialogFragment |
newInstance(java.lang.String titre,
java.lang.String message)
Affiche un message dans une boîte de dialogue
|
android.app.Dialog |
onCreateDialog(android.os.Bundle savedInstanceState) |
public static InfoDialogFragment newInstance(java.lang.String titre, java.lang.String message)
titre - titre de la boite de dialoguemessage - message à afficher à l'utilisateurpublic android.app.Dialog onCreateDialog(android.os.Bundle savedInstanceState)