RecurrencePickerCallback

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

Functions

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

Called if the "Done" button is clicked and a custom recurrence is created.

Link copied to clipboard

Called if the recurrence picker fragment back arrow is clicked, or if the recurrence picker dialog is cancelled by click outside or "Cancel" button.