public static interface DialogFragment.Builder
| Modifier and Type | Method and Description |
|---|---|
Dialog |
build(android.content.Context context)
Get a Dialog instance used for this fragment.
|
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)
context - A Context instance.void onPositiveActionClicked(DialogFragment fragment)
void onNegativeActionClicked(DialogFragment fragment)
void onNeutralActionClicked(DialogFragment fragment)