RecurrenceListCallback

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.

Functions

Link copied to clipboard

Called if the "Custom..." item is selected in the list. This is a good place to show the recurrence picker.

Link copied to clipboard

Called if the recurrence list dialog is cancelled, either by a click outside or by a back press.

Link copied to clipboard
abstract fun onRecurrencePresetSelected(recurrence: Recurrence)

Called if a recurrence preset is selected in the list.