| java.lang.Object | ||
| ↳ | BottomSheetDialogFragment | |
| ↳ | com.mapsted.ui.map.TimerConfirmationFragment | |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | TimerConfirmationFragment.Listener | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final String | TAG | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TimerConfirmationFragment() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static TimerConfirmationFragment | newInstance(String message, String positiveButtonText, String negativeButtonText) | ||||||||||
| void | onCreate(Bundle savedInstanceState) | ||||||||||
| View | onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) | ||||||||||
| void | onDestroyView() | ||||||||||
| void | onViewCreated(View view, Bundle savedInstanceState) | ||||||||||
| void | setListener(TimerConfirmationFragment.Listener listener) | ||||||||||
| void | setTimeout(long timeoutMs) | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
| timeoutMs | the positive button will be clicked on this timeout. If not set, the dialog is set to default timeout of 5000ms. | 
|---|