Package-level declarations

Types

Link copied to clipboard

Call back for the RecurrenceListDialog. Interface to be implemented by either the parent fragment of the dialog, the target fragment or the parent activity. If none of these implements it, there won't be any callback.

Link copied to clipboard
class RecurrenceListDialog : DialogFragment, RecurrenceListContract.View

Dialog fragment displaying a list of recurrence presets. This aims to provide a simpler approach at choosing a recurrence for the user. Custom recurrence can later be created with a "Custom..." item, defined by a null value in the presets list. Custom recurrences can be created with either RecurrencePickerFragment or RecurrencePickerDialog. Note: due to the MVP architecture, some interface methods are public but shouldn't be used.