public static interface DialogFragment.Builder
| Modifier and Type | Method and Description |
|---|---|
Dialog |
build(android.content.Context context) |
void |
onNegativeActionClicked(DialogFragment fragment)
Handle click event on Negative Action.
|
void |
onNeutralActionClicked(DialogFragment fragment)
Handle click event on Neutral Action.
|
void |
onPositiveActionClicked(DialogFragment fragment)
Handle click event on Positive Action.
|
Dialog build(android.content.Context context)
void onPositiveActionClicked(DialogFragment fragment)
void onNegativeActionClicked(DialogFragment fragment)
void onNeutralActionClicked(DialogFragment fragment)