public class TedBottomSheetDialogFragment
extends BottomSheetDialogFragment
| Modifier and Type | Class and Description |
|---|---|
static class |
TedBottomSheetDialogFragment.BaseBuilder<T extends TedBottomSheetDialogFragment.BaseBuilder> |
static interface |
TedBottomSheetDialogFragment.ImageProvider |
static interface |
TedBottomSheetDialogFragment.OnErrorListener |
static interface |
TedBottomSheetDialogFragment.OnImageSelectedListener |
static interface |
TedBottomSheetDialogFragment.OnMultiImageSelectedListener |
| Modifier and Type | Field and Description |
|---|---|
TedBottomSheetDialogFragment.BaseBuilder |
builder |
| Constructor and Description |
|---|
TedBottomSheetDialogFragment() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(android.os.Bundle savedInstanceState) |
void |
onSaveInstanceState(android.os.Bundle outState) |
void |
setupDialog(android.app.Dialog dialog,
int style) |
void |
show(FragmentManager fragmentManager) |
public TedBottomSheetDialogFragment.BaseBuilder builder